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

Use Type-name parsing to reduce reliance on reflection #3691

Open
jamescrosswell opened this issue Oct 16, 2024 · 0 comments
Open

Use Type-name parsing to reduce reliance on reflection #3691

jamescrosswell opened this issue Oct 16, 2024 · 0 comments

Comments

@jamescrosswell
Copy link
Collaborator

net9.0 adds TypeName, which provides parsing functionality similar to System.Type, without any reliance on the runtime or reflection.

I believe we should be able to use this to reduce the need to use reflection and provide better support for trimming and AOT... potentially, some functionality of the SDK that we currently disable in trimming/AOT scenarios could be made AOT compatible.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: No status
Development

No branches or pull requests

1 participant