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 d45d2d2 commit 5303218Copy full SHA for 5303218
.editorconfig
@@ -25,6 +25,9 @@ dotnet_diagnostic.CS0414.severity = error
25
dotnet_diagnostic.CA2007.severity = error
26
# CA1822: Mark members as static
27
dotnet_diagnostic.CA1822.severity = error
28
+# VSTHRD002: Synchronously waiting on tasks or awaiters may cause deadlocks
29
+# TODO: Fix all of these issues and explicitly ignore the intentional ones.
30
+dotnet_diagnostic.VSTHRD002.severity = silent
31
# VSTHRD200: Use "Async" suffix for awaitable methods
32
dotnet_diagnostic.VSTHRD200.severity = silent
33
0 commit comments