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 as Accepts and Produces
Additional Information
- It would be nice to have a working example too