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

Add MapSwaggerUI for endpoint routing #2472

Open
wants to merge 3 commits into
base: master
Choose a base branch
from

Conversation

penenkel
Copy link

@penenkel penenkel commented Jul 29, 2022

fixes #2061
fixes #1726
alternative to #2266

Has the exact same behavior with regard to options as the UseSwaggerUI overload with setupAction. That is it loads any SwaggerUIOptions provided via DI and applies the same defaults as said UseSwaggerUI overload.

Comparing it to MapSwagger the main difference is the avoidance of yet another options type. Which is, as far as I can tell a straight copy of the original one. What was the rationale behind that design?

@gao-artur
Copy link

Any chance this will be merged anytime soon?

@penenkel
Copy link
Author

@domaindrivendev did you get a chance to review this yet? Is there something missing?

@alrz
Copy link

alrz commented Feb 22, 2024

Just came here to request exact same change. Any chance this get merged? @domaindrivendev

@martincostello
Copy link
Collaborator

Thanks for contributing - if you'd like to continue with this pull request, please rebase against the default branch to pick up our new CI. Could we also get some tests?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Using endpoint routing Add MapSwaggerUI extension method for IEndpointRouteBuilder
4 participants