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

Performance improvements in method overload resolving #1606

Open
acizmarik opened this issue Mar 3, 2023 · 0 comments
Open

Performance improvements in method overload resolving #1606

acizmarik opened this issue Mar 3, 2023 · 0 comments

Comments

@acizmarik
Copy link
Member

          We can actually extract some information about type parameters: https://learn.microsoft.com/en-us/dotnet/framework/reflection-and-codedom/how-to-examine-and-instantiate-generic-types-with-reflection. See the usage, for example about `GenericParameterAttributes.DefaultConstructorConstraint`

It could be nice to support at least the most common ones and leave more complicated stuff to the try-catch

Originally posted by @acizmarik in #1581 (comment)

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