Sourced from Roslynator.Formatting.Analyzers's releases.
v4.12.9
Fixed
Changed
- Update analyzer RCS1077 (PR)
- Do not suggest to change
list.FirstOrDefault(predicate)
tolist.Find(predicate)
. Performance gain is negligible and actuallyFirstOrDefault
can be even faster on .NET 9 (see related issue for more details).v4.12.8
Fixed
- Fix analyzer RCS0053 (PR)
- Fix analyzer RCS1223 (PR)
- Fix analyzer RCS1140 (PR)
- Fix analyzer RCS1096 (PR)
- [CLI] Improve removing of unused symbols (PR)
- [CLI] Fix command
generate-doc
(PR)v4.12.7
Fixed
- Fix analyzer RCS1202 (PR)
- Fix analyzer RCS1246 (PR)
- Fix analyzer RCS1140 (PR by
@Qluxzz
)- Fix analyzer RCS1077 (PR)
Changed
- Add support for duck-typed awaitables and task-like types for Task/Async-related analyzers (PR by
@Govorunb
)v4.12.6
Added
- Analyzer RCS1077 now suggests to use
Order
instead ofOrderBy
(PR by@BenjaminBrienen
)Fixed
... (truncated)
Sourced from Roslynator.Formatting.Analyzers's changelog.
[4.12.9] - 2024-10-25
Fixed
Changed
- Update analyzer RCS1077 (PR)
- Do not suggest to change
list.FirstOrDefault(predicate)
tolist.Find(predicate)
. Performance gain is negligible and actuallyFirstOrDefault
can be even faster on .NET 9 (see related issue for more details).[4.12.8] - 2024-10-11
Fixed
- Fix analyzer RCS0053 (PR)
- Fix analyzer RCS1223 (PR)
- Fix analyzer RCS1140 (PR)
- Fix analyzer RCS1096 (PR)
- [CLI] Improve removing of unused symbols (PR)
- [CLI] Fix command
generate-doc
(PR)[4.12.7] - 2024-10-01
Fixed
- Fix analyzer RCS1202 (PR)
- Fix analyzer RCS1246 (PR)
- Fix analyzer RCS1140 (PR by
@Qluxzz
)- Fix analyzer RCS1077 (PR)
Changed
- Add support for duck-typed awaitables and task-like types for Task/Async-related analyzers (PR by
@Govorunb
)[4.12.6] - 2024-09-23
Added
... (truncated)
8c69b9e
Release 4.12.9 (#1573)702b9f7
Fix analyzer RCS1124 - Do not cast if not necessary (#1572)55f220e
[CLI] Fix command generate-doc (#1570)f4e77da
[CLI] Fix command generate-doc (#1568)28bd21d
Fix analyzer RCS1090 - Check ConfigureAwait argument value (#1566)6153c9e
[CLI] Fix command generate-doc - handle <para> tags (#1565)ea6971e
Update analyzer RCS1077 - Remove suggestion to change FirstOrDefault to
Find ...c37e24e
Use Ubuntu 24.04 (#1561)4be87c4
Release 4.12.8 (#1560)8ffe904
[CLI] Fix command generate-doc (#1559)