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 a240077 commit b9d08b4Copy full SHA for b9d08b4
1 file changed
.editorconfig
@@ -106,6 +106,7 @@ 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
+dotnet_diagnostic.IDE0305.severity = none # Use collection expression for fluent
110
111
# ConfigureAwait analysis mode
112
configure_await_analysis_mode = library
0 commit comments