Skip to content

Commit a5040eb

Browse files
Update codestyle.prompt.md
1 parent b3ce213 commit a5040eb

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

.github/prompts/dotnet/codestyle.prompt.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -581,7 +581,12 @@ This guide provides a set of best practices and coding standards for writing C#
581581

582582
### Element Positioning
583583

584-
Please adhere to [Style Cop SA1201](https://github.com/DotNetAnalyzers/StyleCopAnalyzers/blob/master/documentation/SA1201.md) for organizing code in a file.
584+
Please adhere to the following Style Cop rules for organizing code in a file:
585+
- [Style Cop SA1201](https://github.com/DotNetAnalyzers/StyleCopAnalyzers/blob/master/documentation/SA1201.md)
586+
- [Style Cop SA1202](https://github.com/DotNetAnalyzers/StyleCopAnalyzers/blob/master/documentation/SA1202.md)
587+
- [Style Cop SA1204](https://github.com/DotNetAnalyzers/StyleCopAnalyzers/blob/master/documentation/SA1204.md)
588+
- [Style Cop SA1214](https://github.com/DotNetAnalyzers/StyleCopAnalyzers/blob/master/documentation/SA1214.md)
589+
- [Style Cop SA1215](https://github.com/DotNetAnalyzers/StyleCopAnalyzers/blob/master/documentation/SA1215.md)
585590

586591
Elements at the file root level or within a namespace should be positioned in the following order:
587592

0 commit comments

Comments
 (0)