Code Analysis ReferenceAnalyzersRCS1233On this pageRCS1233: Use short-circuiting operatorPropertiesPropertyValueDefault SeverityInfoMinimum language version-ExamplesExample #1diagnostic.csboolExpr1 & boolExpr2fix.csboolExpr1 && boolExpr2Example #2diagnostic.csboolExpr1 | boolExpr2fix.csboolExpr1 || boolExpr2Applies toExtension for VS 2022Extension for VS CodeExtension for Open VSXPackage Roslynator.Analyzers