CSharpier v0.18.0 Release Notes

  • What's Changed

    ๐ŸŽ‰ Initial C# 11 support #686

    CSharpier can format the following c# 11 features

    • Raw string literals
    • Generic attributes
    • Static abstract members in interfaces
    • Newlines in string interpolation expressions CSharpier will leave existing new lines within expressions and not add new ones
    • List Patterns
    • UTF8 string literals
    • Unsigned right shift operator
    • Checked operator
    • Generic math

    ๐Ÿ‘‰ use relative file path in CommandLineFormatter #680

    CSharpier now outputs relative or absolute file paths so that they are clickable in terminals.

    dotnet csharpier .