Fix for ApiDescriptionProvider throws NRE#3280
Merged
martincostello merged 1 commit intodomaindrivendev:masterfrom Feb 27, 2025
Merged
Fix for ApiDescriptionProvider throws NRE#3280martincostello merged 1 commit intodomaindrivendev:masterfrom
martincostello merged 1 commit intodomaindrivendev:masterfrom
Conversation
add null check for type, add test
|
Codecov ReportAll modified and coverable lines are covered by tests ✅
❗ Your organization needs to install the Codecov GitHub app to enable full functionality. Additional details and impacted files@@ Coverage Diff @@
## master #3280 +/- ##
=======================================
Coverage 83.52% 83.52%
=======================================
Files 76 76
Lines 3210 3210
Branches 556 556
=======================================
Hits 2681 2681
Misses 529 529
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
martincostello
approved these changes
Feb 27, 2025
Collaborator
|
Thanks for fixing! |
|
Ty |
This was referenced Jul 31, 2025
Open
Bump Swashbuckle.AspNetCore from 5.6.3 to 9.0.0
timerknight/skills-secure-repository-supply-chain#17
Open
Open
This was referenced Mar 6, 2026
Open
Open
Open
Open
Open
Open
Bump Swashbuckle.AspNetCore from 5.6.3 to 10.1.4
jennybeate/skills-secure-repository-supply-chain#11
Open
Bump Swashbuckle.AspNetCore from 5.6.3 to 10.1.4
LowberTech/skills-secure-repository-supply-chain#11
Open
Open
Open
Open
Bump Swashbuckle.AspNetCore from 5.6.3 to 10.1.4
NeerajS943/skills-secure-repository-supply-chain#11
Open
Bump Swashbuckle.AspNetCore from 5.6.3 to 10.1.4
VamsiPerni/skills-secure-repository-supply-chain#10
Open
Open
Bump Swashbuckle.AspNetCore from 5.6.3 to 10.1.4
Sparsh0212/skills-secure-repository-supply-chain#14
Open
Bump Swashbuckle.AspNetCore from 5.6.3 to 10.1.4
tvts/gh500-skills-secure-repository-supply-chain#10
Open
Open
Bump Swashbuckle.AspNetCore from 5.6.3 to 10.1.4
Orangejose/skills-secure-repository-supply-chain#11
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.
The issue or feature being addressed
Fixes #3278