You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: documentation/SA0001.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -33,7 +33,7 @@ errors over time.
33
33
34
34
## How to fix violations
35
35
36
-
To fix a violation of this rule, enable the XML documentation file as part of the project output.
36
+
To fix a violation of this rule, enable the XML documentation file as part of the project output by adding `<GenerateDocumentationFile>true</GenerateDocumentationFile>` to your project file.
37
37
38
38
**Note:** In some cases, enabling XML documentation output will produce a large number of warnings CS1573, CS1591,
39
39
and/or CS1712 to be reported. To improve the ability of teams to resolve SA0001 before CS1573, CS1591, and CS1712,
0 commit comments