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.
| Identifier | Name | Description |
|---|---|---|
| SX1101 | DoNotPrefixLocalMembersWithThis | A call to an instance member of the local class or a base class is prefixed with 'this.', within a C# code file. |
| SX1309 | FieldNamesMustBeginWithUnderscore | A field name does not begin with an underscore. |
| SX1309S | StaticFieldNamesMustBeginWithUnderscore | A static field name does not begin with an underscore. |