From 4f9901789b8c23ff364e65e57cf18e09ca6987dd Mon Sep 17 00:00:00 2001 From: Mark Ridgwell Date: Thu, 18 Jul 2024 19:26:26 +0000 Subject: [PATCH] [Config] Updated .editorconfig --- .editorconfig | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.editorconfig b/.editorconfig index c656d08c..bba92671 100644 --- a/.editorconfig +++ b/.editorconfig @@ -220,6 +220,8 @@ dotnet_diagnostic.IDE0160.severity = none dotnet_diagnostic.IDE0180.severity = error # Remove unnecessary lambda expression dotnet_diagnostic.IDE0200.severity = error +# Convert to top level statements (Program.Main) +dotnet_diagnostic.IDE0210.severity = none # Use UTF-8 string literal dotnet_diagnostic.IDE0230.severity = error # Use Primary constructor