Skip to content

v4.6.3

Compare
Choose a tag to compare
@josefpihrt josefpihrt released this 23 Nov 22:21
· 192 commits to main since this release
e66835f

Added

  • [CLI] Add command find-symbol (PR)
    • This command can be used not only to find symbols but also to find unused symbols and optionally remove them.
    • Example: roslynator find-symbol --symbol-kind type --visibility internal private --unused --remove

Changed

Fixed