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 inheritance of array properties #378

Merged
merged 1 commit into from
Feb 22, 2025

Conversation

mkostrzeba
Copy link
Contributor

Properties of the array type that contain non-inlined objects/enums are not inherited correctly in the current implementation - generic parameter is prefixed with the name of the enclosing class, e.g. instead of List<Pet> we have List<EnclosingTypePet>

@cjbooms
Copy link
Owner

cjbooms commented Feb 22, 2025

Nice work. Thanks for the fix.

@cjbooms cjbooms merged commit ca5bc99 into cjbooms:master Feb 22, 2025
1 check passed
@mkostrzeba mkostrzeba deleted the fix-array-property-inheritance branch February 22, 2025 12:32
@cjbooms
Copy link
Owner

cjbooms commented Mar 2, 2025

Thanks for the contribution. I have released this now.

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