Skip to content

Commit 873f5b0

Browse files
committed
Workaround for: dotnet/roslyn#41640
1 parent f1c8365 commit 873f5b0

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.globalconfig

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -110,6 +110,9 @@ dotnet_style_qualification_for_property = false
110110
dotnet_style_readonly_field = true
111111
dotnet_style_require_accessibility_modifiers = always
112112

113+
# TODO: https://github.com/dotnet/roslyn/issues/41640
114+
dotnet_diagnostic.EnableGenerateDocumentationFile.severity = none
115+
113116
dotnet_diagnostic.CA1000.severity = none
114117
dotnet_diagnostic.CA1001.severity = error
115118
dotnet_diagnostic.CA1002.severity = error

0 commit comments

Comments
 (0)