diff --git a/.editorconfig b/.editorconfig index a0dd064d..1f978160 100644 --- a/.editorconfig +++ b/.editorconfig @@ -210,6 +210,8 @@ dotnet_diagnostic.IDE0058.severity = suggestion dotnet_diagnostic.IDE0060.severity = suggestion # Using statement can be simplified dotnet_diagnostic.IDE0063.severity = none +# Populate all cases of switch +dotnet_diagnostic.IDE0072.severity = none # Use block scoped namespace dotnet_diagnostic.IDE0160.severity = none # Use tuple to swap values