From 5f65900e90e4f8ba607a14d637c9ee55e3d97703 Mon Sep 17 00:00:00 2001 From: "internalautomation[bot]" <85681268+internalautomation[bot]@users.noreply.github.com> Date: Wed, 15 May 2024 20:12:02 +0000 Subject: [PATCH] GitHubSync update - release-4.0 --- src/.editorconfig | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/.editorconfig b/src/.editorconfig index cb7d442f..f24a83fb 100644 --- a/src/.editorconfig +++ b/src/.editorconfig @@ -241,7 +241,8 @@ dotnet_diagnostic.IDE0079.severity = error dotnet_remove_unnecessary_suppression_exclusions = none dotnet_diagnostic.IDE0080.severity = error -dotnet_diagnostic.IDE0100.severity = error +# Change IDE0100 to suggestion until 8.0.300 SDK works in VS and we can decide how to fix the errors +dotnet_diagnostic.IDE0100.severity = suggestion dotnet_diagnostic.IDE0110.severity = error