We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 983c576 commit 74d8866Copy full SHA for 74d8866
test/Microsoft.OpenApi.Tests/PublicApi/PublicApi.approved.txt
@@ -1512,6 +1512,7 @@ namespace Microsoft.OpenApi.Services
1512
public bool Contains(string location) { }
1513
public System.Uri GetDocumentId(string key) { }
1514
public bool RegisterComponent<T>(string location, T component) { }
1515
+ public void RegisterComponents(Microsoft.OpenApi.Models.OpenApiDocument document) { }
1516
public T ResolveReference<T>(string location) { }
1517
}
1518
public class OperationSearch : Microsoft.OpenApi.Services.OpenApiVisitorBase
0 commit comments