AlternativeRules.md

March 10, 2016 ยท View on GitHub

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.

IdentifierNameDescription
SX1101DoNotPrefixLocalMembersWithThisA call to an instance member of the local class or a base class is prefixed with 'this.', within a C# code file.
SX1309FieldNamesMustBeginWithUnderscoreA field name does not begin with an underscore.
SX1309SStaticFieldNamesMustBeginWithUnderscoreA static field name does not begin with an underscore.