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 69b06c2 commit 8149385Copy full SHA for 8149385
.editorconfig
@@ -18,6 +18,7 @@ dotnet_diagnostic.IDE0002.severity = error # Simplify member access
18
dotnet_diagnostic.IDE0004.severity = error # Remove unnecessary cast
19
dotnet_diagnostic.IDE0005.severity = error # Remove unnecessary import
20
dotnet_diagnostic.IDE0035.severity = error # Remove unreachable code
21
+dotnet_diagnostic.IDE0043.severity = error # Format string contains invalid placeholder
22
dotnet_diagnostic.IDE0063.severity = error # Use simple 'using' statement
23
csharp_style_var_when_type_is_apparent = true:error
24
dotnet_style_require_accessibility_modifiers = always:error
0 commit comments