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
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.