Skip to content

Commit 7c80b00

Browse files
authored
Merge pull request #3119 from AmadeusW/patch-1
Expand "how to fix violations" in SA0001.md
2 parents dc163bf + 0d4ea18 commit 7c80b00

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

documentation/SA0001.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ errors over time.
3333

3434
## How to fix violations
3535

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.
3737

3838
**Note:** In some cases, enabling XML documentation output will produce a large number of warnings CS1573, CS1591,
3939
and/or CS1712 to be reported. To improve the ability of teams to resolve SA0001 before CS1573, CS1591, and CS1712,

0 commit comments

Comments
 (0)