Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Show OpenAPI Info metadata in Swagger UI #72

Merged
merged 20 commits into from
Feb 1, 2021

Conversation

christianhelle
Copy link
Member

@christianhelle christianhelle commented Jan 29, 2021

The changes here depend on this pull request in the ATC repository and should not be merged until the mentioned pull request is also merged

The changes here add support for generating a class that implements IConfigureOptions<SwaggerGenOptions> based on the OpenAPI Info metadata in the host project. Unlike most of the files in the host project, this file is always re-generated

This pull request resolves the following issues:

Here's a screenshot of the running generated code using the Swagger Petstore v3 specification

image (3)

@christianhelle christianhelle merged commit 2821070 into main Feb 1, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment