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 IParameterInfoParameterDescriptor for parameter info #2224

Merged
merged 1 commit into from
Oct 5, 2021
Merged

Use IParameterInfoParameterDescriptor for parameter info #2224

merged 1 commit into from
Oct 5, 2021

Conversation

martincostello
Copy link
Collaborator

Use the IParameterInfoParameterDescriptor interface, where available, rather than ControllerParameterDescriptor so that parameter info is available on endpoints that are not MVC Controllers.

Relates to dotnet/aspnetcore#36438.

Use the IParameterInfoParameterDescriptor interface, where available,
rather than ControllerParameterDescriptor so that parameter info is
available on endpoints that are not MVC Controllers.
@domaindrivendev domaindrivendev merged commit 73610b9 into domaindrivendev:master Oct 5, 2021
@martincostello martincostello deleted the Use-IParameterInfoParameterDescriptor branch October 6, 2021 07:50
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