Skip to content

v4.15.0

Latest

Choose a tag to compare

@josefpihrt josefpihrt released this 14 Dec 13:57
· 1 commit to main since this release
cd530a8

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

Fixed

  • Fix analyzer RCS1172 (PR)
  • [CLI] Fix loc command (PR)
  • Exclude ref-field backed properties from RCS1085 (PR by @ovska)
  • [CLI] Fix rename-symbol scope option not being applied correctly (PR by @andrtmschkw)
  • [CLI] Fix rename-symbol support for top-level statement (PR by @andrtmschkw)

Changed

  • Migrate to .NET 10 (including command-line tool) (PR)