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.
2 parents 9f670af + dd82065 commit bfda384Copy full SHA for bfda384
src/.editorconfig
@@ -241,7 +241,8 @@ dotnet_diagnostic.IDE0079.severity = error
241
dotnet_remove_unnecessary_suppression_exclusions = none
242
243
dotnet_diagnostic.IDE0080.severity = error
244
-dotnet_diagnostic.IDE0100.severity = error
+# Change IDE0100 to suggestion until 8.0.300 SDK works in VS and we can decide how to fix the errors
245
+dotnet_diagnostic.IDE0100.severity = suggestion
246
dotnet_diagnostic.IDE0110.severity = error
247
248
0 commit comments