Roslynator v4.0.0 Release Notes

Release Date: 2022-01-16 // over 2 years ago
    • โฌ†๏ธ Bump Roslyn version to 4.0.1
    • ๐Ÿ”„ Change category of all analyzers to 'Roslynator'
    • Migrate all options to EditorConfig

      • Enable/disable all analyzers
      • Enable/disable all refactorings
      • Enable/disable specific refactoring
      • Enable/disable all compiler diagnostics fixes
      • Enable/disable specific compiler diagnostic fix
    • โž• Add analyzer RCS0057 (Normalize whitespace at the beginning of a file)

    • โž• Add analyzer RCS0058 (Normalize whitespace at the end of a file)

    • โž• Add analyzer RCS0059 (Place new line after/before null-conditional operator)

    • โž• Add analyzer RCS1249 (Unnecessary null-forgiving operator)

    • โž• Add analyzer RCS1250 (Use implicit/explicit object creation)

    • โž• Add refactoring ExpandPositionalRecord (RR0215)

    • โž• Add refactoring AddAllPropertiesToInitializer (RR0216)

    • โž• Add code fix for CS8403, CS8618 and CS8625