C#-BitfieldHasNoPluralS¶
An enum used as bitfield requires a plural “s”
Required inputs: CSharpAST
Possible Messages
Key |
Text |
Severity |
Disabled |
|---|---|---|---|
missing_plural_s |
Enum “{0}” has the “Flags” attribute, but its name does not end with “s”. |
None |
False |
Options
This rule shares the following common options: excludes, includes, justification_checker, post_processing, provider, severity
The following places define options that affect this rule: Stylechecks, Analysis-GlobalOptions
This rule has no individual options.