We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
.this
1 parent e83c3fe commit 19c44f7Copy full SHA for 19c44f7
.editorconfig
@@ -39,6 +39,8 @@ dotnet_analyzer_diagnostic.category-Maintainability.severity = error
39
dotnet_diagnostic.VSTHRD002.severity = silent
40
# VSTHRD200: Use "Async" suffix for awaitable methods
41
dotnet_diagnostic.VSTHRD200.severity = silent
42
+# IDE0003: this and Me preferences
43
+dotnet_diagnostic.IDE0003.severity = silent
44
45
[*.{json}]
46
indent_size = 2
0 commit comments