From c480e7059385b618e431f8bc7f4b28e77c03c539 Mon Sep 17 00:00:00 2001 From: "internalautomation[bot]" <85681268+internalautomation[bot]@users.noreply.github.com> Date: Wed, 9 Aug 2023 12:31:51 -0400 Subject: [PATCH] GitHubSync update - release-7.0 (#1289) Co-authored-by: internalautomation[bot] <85681268+internalautomation[bot]@users.noreply.github.com> --- src/.globalconfig | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/.globalconfig b/src/.globalconfig index fdb956e85..f0277edb0 100644 --- a/src/.globalconfig +++ b/src/.globalconfig @@ -1,3 +1,6 @@ is_global = true dotnet_analyzer_diagnostic.severity = none + +# Workaround for https://github.com/dotnet/roslyn/issues/41640 +dotnet_diagnostic.EnableGenerateDocumentationFile.severity = none