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 80b5e81 commit 689f993Copy full SHA for 689f993
test/Microsoft.VisualStudio.Threading.Tests/.editorconfig
@@ -0,0 +1,5 @@
1
+[*.cs]
2
+# xUnit1030: Test methods should not call ConfigureAwait(false)
3
+dotnet_diagnostic.xUnit1030.severity = none
4
+# xUnit1031: Test methods should not use blocking task operations
5
+dotnet_diagnostic.xUnit1031.severity = none
0 commit comments