Fix empty parameter example not generated#3932
Merged
martincostello merged 2 commits intoJun 16, 2026
Merged
Conversation
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## master #3932 +/- ##
=======================================
Coverage 95.04% 95.04%
=======================================
Files 111 111
Lines 3958 3958
Branches 801 801
=======================================
Hits 3762 3762
Misses 196 196
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Harness. 🚀 New features to boost your workflow:
|
martincostello
approved these changes
Jun 16, 2026
Contributor
|
Thanks for your contribution @dldl-cmd - the changes from this pull request have been published as part of version 10.2.2 📦, which is now available from NuGet.org 🚀 |
This was referenced Jun 19, 2026
Bump Swashbuckle.AspNetCore.Annotations from 6.6.2 to 10.2.2
DFE-Digital/teaching-record-system#3504
Open
Merged
Bump Swashbuckle.AspNetCore from 5.6.3 to 10.2.2
oliviaSima/skills-secure-repository-supply-chain#11
Open
This was referenced Jun 26, 2026
Open
Open
Bump Swashbuckle.AspNetCore from 5.6.3 to 10.2.3
maaziEmeka/skills-secure-repository-supply-chain#12
Open
Bump Swashbuckle.AspNetCore from 5.6.3 to 10.2.3
ShetyeRupa/skills-secure-repository-supply-chain#17
Open
Open
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.
Pull Request
The issue or feature being addressed
Fixes: #3931
Details on the issue fix or feature implementation
Add example also when example string is empty. This allows an empty example to be documented on a parameter.