From aa6a1498b9bcb857d693570545ab14e0c761914a Mon Sep 17 00:00:00 2001 From: Simon Cropp Date: Fri, 29 Oct 2021 07:51:04 +1100 Subject: [PATCH] AutoVerify api changes (#1287) diff --- test/Sentry.Testing/ApiExtensions.cs | 1 + 1 file changed, 1 insertion(+) diff --git a/test/Sentry.Testing/ApiExtensions.cs b/test/Sentry.Testing/ApiExtensions.cs index a839dcab11..e38758cd28 100644 --- a/test/Sentry.Testing/ApiExtensions.cs +++ b/test/Sentry.Testing/ApiExtensions.cs @@ -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 =>