diff --git a/src/configuration/Analyzers.editorconfig b/src/configuration/Analyzers.editorconfig index 6b08d09..7e8f35e 100644 --- a/src/configuration/Analyzers.editorconfig +++ b/src/configuration/Analyzers.editorconfig @@ -131,6 +131,12 @@ dotnet_diagnostic.IDE0065.severity = suggestion # Use switch expression dotnet_diagnostic.IDE0066.severity = silent +# Populate switch +dotnet_diagnostic.IDE0072.severity = silent + +# Use pattern matching +dotnet_diagnostic.IDE0078.severity = suggestion + # Prefer null check over type check dotnet_diagnostic.IDE0150.severity = suggestion