Skip to content

Latest commit

 

History

History
22 lines (14 loc) · 471 Bytes

RCS1130.md

File metadata and controls

22 lines (14 loc) · 471 Bytes

RCS1130: Bitwise operation on enum without Flags attribute

Property Value
Id RCS1130
Category General
Severity Info

Example

Code with Diagnostic

DayOfWeek x = dayOfWeek | DayOfWeek.Tuesday; // RCS1130

See Also

(Generated with DotMarkdown)