Skip to content

Latest commit

 

History

History
8 lines (7 loc) · 717 Bytes

AlternativeRules.md

File metadata and controls

8 lines (7 loc) · 717 Bytes

Alternative Rules (SX0000-)

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.