Skip to content

Commit 689f993

Browse files
committed
Handle new warnings
1 parent 80b5e81 commit 689f993

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)