Skip to content

Commit 0d4ea18

Browse files
authored
Expand "how to fix violations" in SA0001.md
Add instructions how to fix SA0001 violation by adding GenerateDocumentationFile property
1 parent 2c7770d commit 0d4ea18

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)