C#-DoNotMixLogicalOperatorsΒΆ

The logical operators && and || should not appear together in a full expression

Required inputs: CSharpAST

Possible Messages

Key

Text

Severity

Disabled

mixed_logical_operators

Full expression contains both && and ||.

None

False

Options