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 1537aa9 commit 369cd2bCopy full SHA for 369cd2b
.editorconfig
@@ -87,3 +87,6 @@ csharp_new_line_before_catch = true
87
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
+# xUnit1013: Public method should be marked as test. Allows using records as test classes
92
+dotnet_diagnostic.xUnit1013.severity = none
0 commit comments