8000
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 6d3dd85 commit 448cf45Copy full SHA for 448cf45
.editorconfig
@@ -88,5 +88,10 @@ csharp_new_line_before_finally = true
88
csharp_new_line_before_members_in_object_initializers = true
89
csharp_new_line_before_members_in_anonymous_types = true
90
91
+# Test settings
92
+[**/*Tests*/*{.cs,.vb}]
93
# xUnit1013: Public method should be marked as test. Allows using records as test classes
94
dotnet_diagnostic.xUnit1013.severity = none
95
+
96
+# VSTHRD200: Use "Async" suffix for async methods
97
+dotnet_diagnostic.VSTHRD200.severity = none
0 commit comments