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 cleaner reflection patterns #353

Open
brantburnett opened this issue Sep 8, 2021 · 0 comments
Open

Use cleaner reflection patterns #353

brantburnett opened this issue Sep 8, 2021 · 0 comments

Comments

@brantburnett
Copy link
Collaborator

This can help improve performance, reduce runtime errors, and help support trimming if anyone wants to build smaller single-file applications.

An example:

https://github.com/dotnet/runtime/blob/ebba1d4acb7abea5ba15e1f7f69d1d1311465d16/src/libraries/System.Linq.Queryable/src/System/Linq/CachedReflection.cs#L539
https://github.com/dotnet/runtime/blob/ebba1d4acb7abea5ba15e1f7f69d1d1311465d16/src/libraries/System.Linq.Queryable/src/System/Linq/Queryable.cs#L263

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

No branches or pull requests

1 participant