Skip to content

Commit

Permalink
Merge branch 'main' into feat/gcp-performance
Browse files Browse the repository at this point in the history
  • Loading branch information
lucas-zimerman authored Oct 29, 2021
2 parents cf1074d + aa6a149 commit 62df16d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions test/Sentry.Testing/ApiExtensions.cs
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ public static Task CheckApproval(this Assembly assembly, [CallerFilePath] string
var generatorOptions = new ApiGeneratorOptions { WhitelistedNamespacePrefixes = new[] { "Sentry" } };
var apiText = assembly.GeneratePublicApi(generatorOptions);
return Verifier.Verify(apiText, null, filePath)
.AutoVerify()
.UniqueForTargetFrameworkAndVersion()
.ScrubEmptyLines()
.ScrubLines(l =>
Expand Down

0 comments on commit 62df16d

Please sign in to comment.