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 1514d15 commit c779d3dCopy full SHA for c779d3d
1 file changed
.editorconfig
@@ -99,6 +99,9 @@ csharp_new_line_before_members_in_anonymous_types = true
99
# xUnit1013: Public method should be marked as test. Allows using records as test classes
100
dotnet_diagnostic.xUnit1013.severity = none
101
102
+# CS9113: Parameter is unread (usually, ITestOutputHelper)
103
+dotnet_diagnostic.CS9113.severity = none
104
+
105
# Default severity for analyzer diagnostics with category 'Style'
106
dotnet_analyzer_diagnostic.category-Style.severity = none
107
0 commit comments