Skip to content

Commit 1645338

Browse files
committed
Ignore warning to suffice awaitable methods with Async
While easy to fix, it’s a noisy change that only affects names.
1 parent 8e86f9b commit 1645338

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.editorconfig

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,8 @@ csharp_space_after_keywords_in_control_flow_statements = true
1717
dotnet_diagnostic.CA2007.severity = error
1818
# CA1822: Mark members as static
1919
dotnet_diagnostic.CA1822.severity = error
20+
# VSTHRD200: Use "Async" suffix for awaitable methods
21+
dotnet_diagnostic.VSTHRD200.severity = silent
2022

2123
[*.{json}]
2224
indent_size = 2

0 commit comments

Comments
 (0)