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(…))
.