Skip to content

Commit 19c44f7

Browse files
committed
Ignore IDE rule to drop unneeded .this prefix
1 parent e83c3fe commit 19c44f7

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.editorconfig

+2
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,8 @@ dotnet_analyzer_diagnostic.category-Maintainability.severity = error
3939
dotnet_diagnostic.VSTHRD002.severity = silent
4040
# VSTHRD200: Use "Async" suffix for awaitable methods
4141
dotnet_diagnostic.VSTHRD200.severity = silent
42+
# IDE0003: this and Me preferences
43+
dotnet_diagnostic.IDE0003.severity = silent
4244

4345
[*.{json}]
4446
indent_size = 2

0 commit comments

Comments
 (0)