Releases: dotnet/roslynator
Releases · dotnet/roslynator
v4.12.6
23 Sep 15:02
Compare
Sorry, something went wrong.
No results found
v4.12.5
13 Sep 18:41
Compare
Sorry, something went wrong.
No results found
Fixed
Changed
Bump Roslyn to 4.11.0 (PR )
Applies to CLI and testing library.
Removed
[CLI] Remove support for .NET SDK 6 (PR )
v4.12.4
01 Jun 20:08
Compare
Sorry, something went wrong.
No results found
v4.12.3
10 May 19:02
Compare
Sorry, something went wrong.
No results found
v4.12.2
23 Apr 20:05
Compare
Sorry, something went wrong.
No results found
Fixed
[CLI] Fix loading of slnf files (PR )
[CLI] Fix --severity-level (PR )
Fix analyzer RCS1246 (PR )
v4.12.1
15 Apr 20:53
Compare
Sorry, something went wrong.
No results found
Changed
Fixed
Fix analyzer RCS1077 (PR )
Fix export of ILanguageService (PR )
v4.12.0
19 Mar 20:36
Compare
Sorry, something went wrong.
No results found
Added
Fixed
Fix analyzer RCS1267 (PR )
Fix "Unknown value 'Default'" exception (PR by @jsliwinski )
Fix name of UnityEngine.SerializeField attribute (PR )
Fix analyzer RCS1077 (PR )
v4.11.0
19 Feb 15:09
Compare
Sorry, something went wrong.
No results found
Added
Add analyzer "Use raw string literal" RCS1266 (PR )
Add analyzer "Convert 'string.Concat' to interpolated string" RCS1267 (PR )
Simplify LINQ query RCS1077 (PR )
items.Select(selector).Average() => items.Average(selector)
items.Select(selector).Sum() => items.Sum(selector)
Fixed
v4.10.0
24 Jan 21:46
Compare
Sorry, something went wrong.
No results found
Added
Publish NuGet packages that provide refactorings and code fixes for compiler diagnostics (PR )
These packages are recommended to be used in an environment where Roslynator IDE extension cannot be used, e.g. VS Code + C# Dev Kit (see related issue )
Add analyzer "Remove redundant catch block" RCS1265 (PR by @jakubreznak )
[CLI] Spellcheck file names (PR )
roslynator spellcheck --scope file-name
Changed
Update analyzer RCS1197 (PR )
Do not report interpolated string and string concatenation
Fixed
v4.9.0
10 Jan 13:38
Compare
Sorry, something went wrong.
No results found
Added
Add support for Unity (PR )
Unity uses Roslyn 3.8 and this version is now supported by Roslynator NuGet packages with analyzers (Roslynator.Analyzers etc.)
Fixed