We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d650b03 commit 21d506bCopy full SHA for 21d506b
1 file changed
.editorconfig
@@ -105,6 +105,7 @@ dotnet_diagnostic.CA2007.severity = error # Use ConfigureAwait
105
dotnet_diagnostic.CA1845.severity = none # Use span-based 'string.Concat'
106
107
dotnet_diagnostic.IDE0058.severity = none # Remove unnecessary expression value
108
+dotnet_diagnostic.IDE0010.severity = none # Add missing cases to switch statement
109
110
# ConfigureAwait analysis mode
111
configure_await_analysis_mode = library
0 commit comments