TypeName | SA1311StaticReadonlyFieldsMustBeginWithUpperCaseLetter |
CheckId | SA1311 |
Category | Naming Rules |
The name of a static readonly field does not begin with an upper-case letter.
A violation of this rule occurs when the name of a static readonly field begins with a lower-case letter.
To fix a violation of this rule, change the name of the field so that it begins with an upper-case letter.
[SuppressMessage("StyleCop.CSharp.NamingRules", "SA1311:StaticReadonlyFieldsMustBeginWithUpperCaseLetter", Justification = "Reviewed.")]
#pragma warning disable SA1311 // StaticReadonlyFieldsMustBeginWithUpperCaseLetter
#pragma warning restore SA1311 // StaticReadonlyFieldsMustBeginWithUpperCaseLetter