CSharpier v0.15.0 Release Notes

  • 💥 Breaking Changes

    • CSharpier.MsBuild now requires .NET6 #565

    What's Changed

    • .csharpierignore causes csharpier to be significantly slower #594
    • 👌 Support for // csharpier-ignore #581
    • Multiline comments are not properly indented. #580
    • Generics + ObjectCreationExpression should break consistently #578
    • 🚚 Extra blank lines should be removed at the end of a method #575
    • Null conditional operator does not break consistently #561
    • Enum members should follow the rules for new lines #553

    Full Changelog: https://github.com/belav/csharpier/compare/0.14.0...0.15.0