From 20f174567bb40f1238fdc868e8541fca2887bbaa Mon Sep 17 00:00:00 2001 From: Eric Erhardt Date: Wed, 26 Apr 2023 15:02:15 -0500 Subject: [PATCH] Suppress EnableGenerateDocumentationFile error to unblock the new SDK --- .globalconfig | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.globalconfig b/.globalconfig index 467b330e45a1..202ab97159d2 100644 --- a/.globalconfig +++ b/.globalconfig @@ -9,3 +9,6 @@ dotnet_diagnostic.CA1304.severity = error # CA1310: Specify StringComparison for correctness dotnet_diagnostic.CA1310.severity = error + +# TODO: remove this - https://github.com/dotnet/aspnetcore/issues/47912 +dotnet_diagnostic.EnableGenerateDocumentationFile.severity = none