dotnet-getdocument support OpenAPI YAML format generation #61041
Labels
area-commandlinetools
Includes: Command line tools, dotnet-dev-certs, dotnet-user-jwts, and OpenAPI
feature-openapi
Milestone
Is there an existing issue for this?
Is your feature request related to a problem? Please describe the problem.
dotnet-getdocument is the tool that is used by Microsoft.Extensions.ApiDescription.Server with Microsoft.AspNetCore.OpenApi to generate documentation at build time.
Currently, the tool can generate only JSON OpenAPI spec.
It would be nice to see
YAML
output as well, which has been commonly used with theSwagger
generator.Describe the solution you'd like
Support a flag to specify output format, for example
or similar to
dotnet swagger
Additional context
No response
The text was updated successfully, but these errors were encountered: