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 ca72faa commit ad9f5ffCopy full SHA for ad9f5ff
test/Sentry.Testing/ApiExtensions.cs
@@ -11,7 +11,7 @@ public static Task CheckApproval(this Assembly assembly, [CallerFilePath] string
11
var generatorOptions = new ApiGeneratorOptions { WhitelistedNamespacePrefixes = new[] { "Sentry" } };
12
var apiText = assembly.GeneratePublicApi(generatorOptions);
13
return Verifier.Verify(apiText, null, filePath)
14
- .AutoVerify()
+ .AutoVerify(includeBuildServer: false)
15
.UniqueForTargetFrameworkAndVersion()
16
.ScrubEmptyLines()
17
.ScrubLines(l =>
0 commit comments