-
-
Notifications
You must be signed in to change notification settings - Fork 549
Support configuring whether constructor parameter are sorted #1399
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
Support configuring whether constructor parameter are sorted #1399
Conversation
|
We should switch this to use |
Add options to create C#9 records with optional (init)
933acc6 to
0b434df
Compare
95b8409 to
d4811e1
Compare
lahma
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I've rebased this, tested and cases seem to work as expected. There was already some work done for init etc support so removed the extras, but the PR's main goal of correctly sorted/unsorted properties is fulfilled.
Replaces #1055