New
v4.15.0
Added
- Add option
roslynator_null_conditional_operator.avoid_negative_boolean_comparison(PR)- Do not suggest to use null-conditional operator when result would be
... != true/false - Applicable for RCS1146
- Do not suggest to use null-conditional operator when result would be
Fixed
- Fix analyzer RCS1172 (PR)
- [CLI] Fix
loccommand (PR) - Exclude ref-field backed properties from RCS1085 (PR by @ovska)
- [CLI] Fix
rename-symbolscope option not being applied correctly (PR by @andrtmschkw) - [CLI] Fix
rename-symbolsupport for top-level statement (PR by @andrtmschkw)
Changed
- Migrate to .NET 10 (including command-line tool) (PR)