Skip to content

Make AddTypeCreator func and some ContentTypeReader related classes public for AOT #529

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

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

Conversation

Aranda
Copy link

@Aranda Aranda commented Jun 2, 2025

Motivation:
On AOT platforms, we need to manually add these type creator functions for all of our content type readers so that they can be found (without reflection) when loading the binary-serialized XML content. I'm hoping it's not controversial to make these public so we don't have to maintain custom branch when updating FNA. Thanks!

@flibitijibibo
Copy link
Member

Aren't these covered by adding them to rd.xml?

@Aranda
Copy link
Author

Aranda commented Jun 2, 2025

Ah, let me try that out and I'll close this if so.

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