Skip to content

Commit bae6513

Browse files
committed
Create AlternativeRules.md SX documentation
1 parent 7191da9 commit bae6513

1 file changed

Lines changed: 8 additions & 0 deletions

File tree

documentation/AlternativeRules.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
### Alternative Rules (SX0000-)
2+
Rules which are non-standard extensions to the default StyleCop behavior, and represent an alternative style which is adopted by some projects. Alternative rules are known to directly conflict with standard StyleCop rules.
3+
4+
Identifier | Name | Description
5+
-----------|------|------------
6+
[SX1101](SX1101.md) | DoNotPrefixLocalMembersWithThis | A call to an instance member of the local class or a base class is prefixed with 'this.', within a C# code file.
7+
[SX1309](SX1309.md) | FieldNamesMustBeginWithUnderscore | A field name does not begin with an underscore.
8+
[SX1309S](SX1309S.md) | StaticFieldNamesMustBeginWithUnderscore | A static field name does not begin with an underscore.

0 commit comments

Comments
 (0)