Roslynator Versions Save

Roslynator is a set of code analysis tools for C#, powered by Roslyn.

v4.6.2

5 months ago

v4.6.1

6 months ago

v4.6.0

6 months ago

v4.5.0

8 months ago

v4.4.0

9 months ago

v4.3.0

1 year ago

v4.2.0

1 year ago

v4.1.2

1 year ago

v4.1.1

1 year ago
  • Bug fixes

v4.1.0

2 years ago
  • Add analyzer RCS1254 (Normalize format of enum flag value)
  • Add analyzer RCS1253 (Format documentation comment summary)
  • Add analyzer RCS1252 (Normalize usage of infinite loop)
  • Add analyzer RCS1251 (Remove unnecessary braces from record declaration)
  • Add refactoring Deconstruct foreach variable (RR0217)
  • Add code fix for CS8602, CS8604
  • Add suggestion to call AddRange instead of Add (RCS1235)
  • Put back refactoring "Split local declaration and assignment" (RR0194) (issue)
  • Adopt activation events in VS Code extension (issue) (thanks to ProphetLamb)
  • Fix: Get config value from global AnalyzerConfig if available (issue)
  • Fix: Do not suggest using null-forgiving operator for parameter default value (CS8625)
  • Fix: Check if equality operator is overloaded (RCS1171)
  • Fix: Do not remove field initialization in struct with constructor(s) (RCS1129)