Skip to content

Releases: dotnet/roslynator

v4.12.2

23 Apr 20:05
27a9e23
Compare
Choose a tag to compare

Fixed

  • [CLI] Fix loading of slnf files (PR)
  • [CLI] Fix --severity-level (PR)
  • Fix analyzer RCS1246 (PR)

v4.12.1

15 Apr 20:53
ff22777
Compare
Choose a tag to compare

Changed

  • [CLI] Bump Roslyn to 4.9.2 (PR)
  • Convert Last() to [] (RCS1246) (PR)

Fixed

  • Fix analyzer RCS1077 (PR)
  • Fix export of ILanguageService (PR)

v4.12.0

19 Mar 20:36
8330609
Compare
Choose a tag to compare

Added

Fixed

  • Fix analyzer RCS1267 (PR)
  • Fix "Unknown value 'Default'" exception (PR)
  • Fix name of UnityEngine.SerializeField attribute (PR)
  • Fix analyzer RCS1077 (PR)

v4.11.0

19 Feb 15:09
c3a919d
Compare
Choose a tag to compare

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
4d9772c
Compare
Choose a tag to compare

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
2057d5d
Compare
Choose a tag to compare

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

v4.8.0

02 Jan 14:23
3b53fca
Compare
Choose a tag to compare
Release 4.8.0 (#1344)

v4.7.0

03 Dec 17:49
e4e5aad
Compare
Choose a tag to compare
Release 4.7.0 (#1312)

v4.6.4

24 Nov 03:14
037cd8e
Compare
Choose a tag to compare
Release 4.6.4 (#1277)

v4.6.3

23 Nov 22:21
e66835f
Compare
Choose a tag to compare
Release 4.6.3 (CLI 0.8.0) (#1271)