Closed
Description
Background
When using Minimal APIs with the API Versioning API Explorer extensions, endpoints should be properly documented.
Expected Behavior
IApiVersionDescriptionProvider
should return expected results- Route parameters should be substituted with API version value
- There should be parity with the built-in
OpenApiRouteHandlerExtensions
such asAccepts
andProduces
Additional Information
- It would be nice to have a working example too