Skip to content

Commit

Permalink
Update metadataSourceFiles for URL input to correctly compute hash fo…
Browse files Browse the repository at this point in the history
…r caching ServiceDescriptor (#5544)
  • Loading branch information
imcarolwang authored May 19, 2024
1 parent f655767 commit d3172db
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -109,6 +109,7 @@ public MetadataDocumentLoader(string uri, IHttpCredentialsProvider httpCredentia
else
{
_resolveExternalDocs = true;
this.metadataSourceFiles.Add(metadataUri);
this.MetadataSourceUrl = metadataUri;
}
}
Expand Down

0 comments on commit d3172db

Please sign in to comment.