Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Initial C#11 support #686

Merged
merged 11 commits into from
Jun 13, 2022
Merged

Initial C#11 support #686

merged 11 commits into from
Jun 13, 2022

Conversation

belav
Copy link
Owner

@belav belav commented Jun 6, 2022

This adds support for formatting the following c# 11 features.
Raw string literals
Generic attributes
Static abstract members in interfaces
Newlines in string interpolation expressions
List Patterns
UTF8 string literals
Unsigned right shift operator
Checked operator
Generic math

@belav belav added this to the 0.18.0 milestone Jun 6, 2022
@belav
Copy link
Owner Author

belav commented Jun 6, 2022

closes #503

@belav belav merged commit 0d3825f into master Jun 13, 2022
@belav belav deleted the csharp-11 branch June 13, 2022 15:53
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant