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.
Async
1 parent 8e86f9b commit 864822cCopy full SHA for 864822c
.editorconfig
@@ -17,6 +17,8 @@ csharp_space_after_keywords_in_control_flow_statements = true
17
dotnet_diagnostic.CA2007.severity = error
18
# CA1822: Mark members as static
19
dotnet_diagnostic.CA1822.severity = error
20
+# VSTHRD200: Use "Async" suffix for awaitable methods
21
+dotnet_diagnostic.VSTHRD200.severity = silent
22
23
[*.{json}]
24
indent_size = 2
0 commit comments