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

MetadataLoadContext should support Type.GetGenericParameterConstraints() #83851

Open
steveharter opened this issue Mar 23, 2023 · 1 comment
Open
Labels
area-System.Reflection enhancement Product code improvement that does NOT require public API changes/additions
Milestone

Comments

@steveharter
Copy link
Member

Currently Type.GetGenericParameterConstraints throws NSE by design. However, see #83850 where supporting this in MLC would allow access to cases where parameter constraints are implemented by custom modifiers.

@steveharter steveharter added enhancement Product code improvement that does NOT require public API changes/additions area-System.Reflection labels Mar 23, 2023
@ghost ghost added the untriaged New issue has not been triaged by the area owner label Mar 23, 2023
@ghost
Copy link

ghost commented Mar 23, 2023

Tagging subscribers to this area: @dotnet/area-system-reflection
See info in area-owners.md if you want to be subscribed.

Issue Details

Currently Type.GetGenericParameterConstraints throws NSE by design. However, see #83850 where supporting this in MLC would allow access to cases where parameter constraints are implemented by custom modifiers.

Author: steveharter
Assignees: -
Labels:

enhancement, area-System.Reflection

Milestone: -

@steveharter steveharter removed the untriaged New issue has not been triaged by the area owner label Mar 27, 2023
@steveharter steveharter added this to the Future milestone Mar 27, 2023
@steveharter steveharter modified the milestones: Future, 9.0.0 Nov 2, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area-System.Reflection enhancement Product code improvement that does NOT require public API changes/additions
Projects
None yet
Development

No branches or pull requests

1 participant