Skip to content

Fix StinkyBooleanExpression analyzer

Latest
Compare
Choose a tag to compare
@maroontress-tomohisa maroontress-tomohisa released this 12 Jan 11:36
2723699

Requirements to run

  • Visual Studio 2022 (17.12.3) or .NET 9 (SDK 9.0.101)

Requirements to build

  • Visual Studio 2022 (17.12.3) or .NET 8 (SDK 9.0.101)

Fixed

  • Fix StinkyBooleanExpression analyzer not to issue diagnostics against the conditional operators that contain a Throw Expression, such as (b ? true : throw new Exception(…)).