You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is your feature request related to a problem? Please describe the problem.
Introduce the capability for types used for parameters and return values for API controller actions to contribute to metadata of the endpoint they're mapped to. This will allow types that implement custom binding logic via TryParse and IResult types, to add metadata that describes the API parameters and responses in Swagger UI and OpenAPI documents.
This is an idea of feature parity with Minimal API, after #40646.
Describe the solution you'd like
We should introduce the same support for the new interfaces, IEndpointParameterMetadataProvider and IEndpointMetadataProvider that currently is implemented in Minimal Actions.