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

Fix some source generator issues #1921

Merged

Conversation

AlanLiu90
Copy link
Contributor

Fix two issues:

  1. Source generator generates incorrect code for List<SubObject>[] in resolver:
    1 => new MsgPack::Formatters.ArrayFormatter<global::System.Collections.Generic.List<T>>(),
  2. Generated resolver can't be used in CompositeResolverAttribute in the same assembly

@AArnott AArnott added this to the v3.0 milestone Aug 6, 2024
Copy link
Collaborator

@AArnott AArnott left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Fantastic. Thank you very much!

@AArnott AArnott merged commit 3ea9234 into MessagePack-CSharp:develop Aug 6, 2024
4 of 5 checks passed
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.

2 participants