-
-
Notifications
You must be signed in to change notification settings - Fork 734
Adjusted MsgPack004 to support records #1932
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
Conversation
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.
Thanks very much for contributing this. We may have opportunities to improve this further. What do you think?
Ooh, I have another request for you. This change doesn't merge cleanly with |
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.
Thanks!
Will do later this week 👍 Thanks for 'primary constructor attributes'-fix. |
I did not forget about this. I will merge it into |
Fixes #1924
Added corresponding tests.
Note: For records with a primary constructor we do not generate a code fix at the moment, since we can not specify the target of the generated attribute (since AttributeSyntax.WithTarget is missing).