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.
2 parents 85e13a4 + 2ec0688 commit 8307d8eCopy full SHA for 8307d8e
test/Microsoft.OpenApi.Tests/PublicApi/PublicApiTests.cs
@@ -26,7 +26,7 @@ public void ReviewPublicApiChanges()
26
// It takes a human to read the change, determine if it is breaking and update the PublicApi.approved.txt with the new approved API surface
27
28
// Arrange
29
- var publicApi = typeof(OpenApiSpecVersion).Assembly.GeneratePublicApi(new ApiGeneratorOptions() { WhitelistedNamespacePrefixes = new[] { "Microsoft.OpenApi" } } );
+ var publicApi = typeof(OpenApiSpecVersion).Assembly.GeneratePublicApi(new ApiGeneratorOptions() { AllowNamespacePrefixes = new[] { "Microsoft.OpenApi" } } );
30
31
// Act
32
var approvedFilePath = Path.Combine("PublicApi", "PublicApi.approved.txt");
0 commit comments