From 873f5b02aab80ac2e9ef69b86005712ab9d7a613 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Alex=20R=C3=B8nne=20Petersen?= Date: Tue, 8 Aug 2023 21:35:30 +0200 Subject: [PATCH] Workaround for: https://github.com/dotnet/roslyn/issues/41640 --- .globalconfig | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.globalconfig b/.globalconfig index 42263cb..b908ab8 100644 --- a/.globalconfig +++ b/.globalconfig @@ -110,6 +110,9 @@ dotnet_style_qualification_for_property = false dotnet_style_readonly_field = true dotnet_style_require_accessibility_modifiers = always +# TODO: https://github.com/dotnet/roslyn/issues/41640 +dotnet_diagnostic.EnableGenerateDocumentationFile.severity = none + dotnet_diagnostic.CA1000.severity = none dotnet_diagnostic.CA1001.severity = error dotnet_diagnostic.CA1002.severity = error