Sourced from Roslynator.Analyzers's changelog.
[4.7.0] - 2023-12-03
Added
- Add analyzer "Dispose resource asynchronously" (RCS1261) (PR)
- Add analyzer "Unnecessary raw string literal" (RCS1262) (PR)
- Add analyzer "Invalid reference in a documentation comment" (RCS1263) (PR)
Changed
- Improve refactoring "Remove comment" RR0098 (PR)
- Remove trailing dot from analyzer's title (PR)
- Group code fix "Change accessibility to ..." (PR)
- [CLI] Bump Roslyn to 4.8.0 (PR).
- Group refactoring "Remove members above/below'" (PR)
- Rename analyzers (PR)
- Group refactoring "Wrap in ..." (PR)
Fixed
- Fix analyzer RCS1124 (PR)
- Fix analyzer RCS0058 (PR)
- Fix analyzer RCS1163 (PR)
- Fix analyzer RCS1203 (PR)
- Fix analyzer RCS1046 (PR)
- Fix analyzer RCS1158 (PR)
- Fix analyzer RCS1032 (PR)
- Fix analyzer RCS1176 (PR)
- Fix analyzer RCS1197 (PR)
- Fix analyzer RCS1093 (PR)
- [Testing] Detect nested code actions (PR)
[4.6.4] - 2023-11-24
[4.6.3] - 2023-11-23
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
... (truncated)
e4e5aad
Release 4.7.0 (#1312)e213afa
Optimizations related to directives (#1318)eb5e546
Group refactorings 'Wrap in ...' (#1317)4f816f1
Rename analyzers RCS0030, RCS0033 (#1314)3b15578
Always normalize project/solution path (#1313)d61ee1b
Update version in nuspec (#1311)cca3a0d
Fix nuget 'cycle detected' (#1310)b785592
Group refactoring 'Remove members above/below' (#1308)5886494
Bump Roslyn to 4.8.0 (#1307)e4062cf
Group code actions 'Change accessibility to' (#1305)