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 TypeMapper UseReference not used when mapping a GenericType #1762

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

desjoerd
Copy link

@desjoerd desjoerd commented Dec 2, 2024

When using Generic TypeMappers the UseReference property was not used. This causes problems when using primitives (and string) which do not use references.

This PR should also fix -> #1302

@desjoerd
Copy link
Author

desjoerd commented Dec 2, 2024

It should also fix #1046

@desjoerd
Copy link
Author

desjoerd commented Dec 2, 2024

Please let me know if you want me to fix anything, I was doubting a bit on the test, on whether it's clear enough.

@desjoerd
Copy link
Author

@RicoSuter did you have time to take a look at this? Let me know if I need to change anything or add more unit tests 🙂

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.

1 participant