vitalybibikov / AzureExtensions.Swashbuckle

This extension enriches Azure Functions with Swagger/ Open API support
https://www.linkedin.com/in/vitali-bibikov/
MIT License
67 stars 54 forks source link

Document Generation #83

Closed scottbisaillon closed 2 years ago

scottbisaillon commented 3 years ago

Is there currently a way to generate the OpenAPI spec document outside of running an Azure Function? The goal would be to generate the document from the built assembly in another cli/console application.

I have tried (unsuccessfully) to setup a console application with the required dependencies, but my problem is getting access to an instance of ISwashBuckleClient to do the generation.

Any guidance would be appreciated.