v4.16.0
Added
- [CLI] Suppress error code from Roslynator when it detects issues in code but runs successfully (PR by @mdrybak)
Fixed
- Fix analyzer RCS1118 to not report local variable passed as 'in' argument (PR by @NoahStolk)
- Fix analyzer RCS1074 (PR by @cbersch)
- Fix enum contained flags check for partial matches in RCS1258 (PR by @ovska)
- Fix analyzer RCS1146 (PR)
- Fix analyzer RCS1194 (PR)
- Fix analyzer RCS1060 to ignore classes marked with
filemodifier (PR by @cbersch) - Fix analyzer RCS1231 (PR by @cbersch)
- Fix analyzer RCS1246 for conditional access expressions ([PR](#1772 by @krajek))
- [CLI] Fix
fixcommand ignoring--include/--excludefile filter (PR by @hashiiiii) - [CLI] Fix loading of projects and solutions on .NET 10 SDK (PR)