We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 247269d commit 18bffc1Copy full SHA for 18bffc1
1 file changed
.editorconfig
@@ -194,4 +194,5 @@ csharp_prefer_braces = true:silent
194
csharp_preserve_single_line_blocks = true
195
csharp_preserve_single_line_statements = true
196
197
+dotnet_diagnostic.CS1508.severity = none # Adds 200 s to build time
198
dotnet_diagnostic.CS8762.severity = none # Analyzer buggy (Parameter may not have a null value when exiting in some condition.)
0 commit comments