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 f1c8365 commit 873f5b0Copy full SHA for 873f5b0
.globalconfig
@@ -110,6 +110,9 @@ dotnet_style_qualification_for_property = false
110
dotnet_style_readonly_field = true
111
dotnet_style_require_accessibility_modifiers = always
112
113
+# TODO: https://github.com/dotnet/roslyn/issues/41640
114
+dotnet_diagnostic.EnableGenerateDocumentationFile.severity = none
115
+
116
dotnet_diagnostic.CA1000.severity = none
117
dotnet_diagnostic.CA1001.severity = error
118
dotnet_diagnostic.CA1002.severity = error
0 commit comments