From 875b8f876ca6fa85b1e681df18404b52fa1fe3b9 Mon Sep 17 00:00:00 2001 From: "internalautomation[bot]" <85681268+internalautomation[bot]@users.noreply.github.com> Date: Wed, 15 May 2024 20:16:53 +0000 Subject: [PATCH] GitHubSync update - master --- 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