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 445b6cd commit f697af0Copy full SHA for f697af0
UnitTests/UnitTests.Shared/.editorconfig
@@ -1,7 +1,17 @@
1
-[*.{cs,vb}]
2
3
-# SA1601: Partial elements should be documented
+# Analyzer Configurations for Unit Test sources
+
4
+# C# Source Files
5
+[*.cs]
6
7
+# A C# partial element is missing a documentation header.
8
dotnet_diagnostic.SA1601.severity = none
9
10
+# The Parameter has no matching param tag in the XML comment.
11
dotnet_diagnostic.CS1573.severity = none
12
13
+# Missing XML comment for publicly visible type or member.
14
dotnet_diagnostic.CS1591.severity = none
-dotnet_diagnostic.CS1712.severity = none
15
16
+# The Type parameter has no matching typeparam tag in the XML comment.
17
+dotnet_diagnostic.CS1712.severity = none
0 commit comments