Add MapSwaggerUI and MapReDoc to support endpoint routing#3822
Merged
martincostello merged 11 commits intoMar 26, 2026
Conversation
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## master #3822 +/- ##
==========================================
+ Coverage 94.93% 95.05% +0.12%
==========================================
Files 111 111
Lines 3886 3944 +58
Branches 784 795 +11
==========================================
+ Hits 3689 3749 +60
+ Misses 197 195 -2
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
Co-authored-by: Martin Costello <martin@martincostello.com>
Strepto
commented
Mar 11, 2026
Collaborator
|
Can you re-run |
Co-authored-by: Martin Costello <martin@martincostello.com>
martincostello
approved these changes
Mar 26, 2026
martincostello
added a commit
that referenced
this pull request
Mar 26, 2026
- Bump version to 10.2.0. - Fix-up some formatting from #3822. - Add an extra integration test.
Merged
martincostello
added a commit
that referenced
this pull request
Mar 26, 2026
- Bump version to 10.2.0. - Fix-up some formatting from #3822. - Add an extra integration test.
This was referenced May 30, 2026
This was referenced Jun 2, 2026
Closed
Bump Swashbuckle.AspNetCore.SwaggerUI from 10.1.7 to 10.2.1
marcflohrer/stiebel-eltron-dashboard#585
Merged
Open
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Pull Request
The issue or feature being addressed
Fixes #1726
Details on the issue fix or feature implementation
I tried following the API and making the change as small as possible. The biggest benefit of this change is to allow login protection of the Swagger endpoint via
Which allows us to secure the openapi spec and the swagger UI 👍
Remarks
I did not test if this works in other dotnet versions. I assume the CI tests will be able to check this for me.