Add public method SchemaRepository.ReplaceSchemaId#3708
Merged
martincostello merged 3 commits intodomaindrivendev:masterfrom Dec 10, 2025
Merged
Add public method SchemaRepository.ReplaceSchemaId#3708martincostello merged 3 commits intodomaindrivendev:masterfrom
martincostello merged 3 commits intodomaindrivendev:masterfrom
Conversation
5897c2b to
5b9ce49
Compare
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## master #3708 +/- ##
==========================================
+ Coverage 94.66% 94.67% +0.01%
==========================================
Files 111 111
Lines 3858 3868 +10
Branches 778 780 +2
==========================================
+ Hits 3652 3662 +10
Misses 206 206
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:
|
4280dda to
9765b80
Compare
9765b80 to
3c59b24
Compare
Collaborator
martincostello
left a comment
There was a problem hiding this comment.
As this PR is adding a new public API, please update the version to 10.1.0 here:
src/Swashbuckle.AspNetCore.SwaggerGen/SwaggerGenerator/SchemaRepository.cs
Outdated
Show resolved
Hide resolved
src/Swashbuckle.AspNetCore.SwaggerGen/SwaggerGenerator/SchemaRepository.cs
Outdated
Show resolved
Hide resolved
test/Swashbuckle.AspNetCore.SwaggerGen.Test/SchemaRepositoryTests.cs
Outdated
Show resolved
Hide resolved
test/Swashbuckle.AspNetCore.SwaggerGen.Test/SchemaRepositoryTests.cs
Outdated
Show resolved
Hide resolved
martincostello
approved these changes
Dec 10, 2025
This was referenced Dec 15, 2025
This was referenced Mar 17, 2026
Open
Open
Open
Open
Open
Open
Bump Swashbuckle.AspNetCore from 5.6.3 to 10.1.5
vilca-join/skills-secure-repository-supply-chain#11
Open
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.
Adds a public method to change the ID of a schema in the repository after generation.
Closes #3707.