-
Notifications
You must be signed in to change notification settings - Fork 275
feat: enable null reference type support #2146
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
Merged
Merged
Changes from 3 commits
Commits
Show all changes
56 commits
Select commit
Hold shift + click to select a range
56bb532
feat: enable NRT
MaggieKimani1 b3b5663
fix: dereference of a possible null reference
MaggieKimani1 c99dfc3
Merge branch 'main' into feat/enable-NRT
MaggieKimani1 489fa4d
chore: code cleanup
MaggieKimani1 0b6b07d
chore: convert to conditional expression
MaggieKimani1 f13a9e4
Update src/Microsoft.OpenApi/Models/OpenApiOperation.cs
MaggieKimani1 b7b845c
Update src/Microsoft.OpenApi/Models/OpenApiRequestBody.cs
MaggieKimani1 ea5c389
chore: PR feedback
MaggieKimani1 78b8d88
Merge branch 'main' into feat/enable-NRT
MaggieKimani1 1b793a4
fix: resolve merge conflict errors
MaggieKimani1 3df5c98
chore: remove deprecated code and tests; make param required
MaggieKimani1 69a2b9b
chore: code refactor and cleanup
MaggieKimani1 2133509
chore: update public API
MaggieKimani1 d990121
chore: address PR comments
MaggieKimani1 80edd66
fix: remove nullable Json node params
MaggieKimani1 2749a3e
chore: use conditional compilation to make reference a required field
MaggieKimani1 fa012ac
Merge branch 'main' into feat/enable-NRT
MaggieKimani1 d016afd
chore: resolve merge conflicts
MaggieKimani1 fd15b0a
Merge branch 'main' into feat/enable-NRT
MaggieKimani1 9ef1bb0
chore: resolve merge conflicts
MaggieKimani1 07b3a2c
refactor: apply nullable to new changes
MaggieKimani1 cd41026
Merge branch 'main' into feat/enable-NRT
baywet ad59b9c
chore: bad merge
baywet b1b2fc5
Merge branch 'main' into feat/enable-NRT
baywet b6d68bb
chore: simplifies filtering condition
baywet e6cc29c
Update src/Microsoft.OpenApi/Models/OpenApiRequestBody.cs
MaggieKimani1 8a4fcc2
chore: address more PR feedback
MaggieKimani1 6116afe
chore: pull latest changes
MaggieKimani1 0805d89
chore: add check for both null and empty strings
MaggieKimani1 0a690ff
chore: revert to include check for empty strings
MaggieKimani1 af8a41c
chore: cleanup
MaggieKimani1 d9afa53
Merge branch 'main' into feat/enable-NRT
MaggieKimani1 cd4de69
chore: clean up public API
MaggieKimani1 0176234
Update src/Microsoft.OpenApi/Reader/Services/OpenApiRemoteReferenceCo…
MaggieKimani1 2e0b42d
fix: resolve PR feedback
MaggieKimani1 7f71fb7
fix: apply suggestion
MaggieKimani1 7a9b01e
chore: Merge remote-tracking branch 'origin/main' into feat/enable-NRT
MaggieKimani1 c5caa27
chore: add defensive programming
MaggieKimani1 02c95e8
Merge branch 'main' into feat/enable-NRT
MaggieKimani1 ff0d877
chore: resolve merge conflicts
MaggieKimani1 2dcc72e
chore: more refactoring
MaggieKimani1 0aea73f
Update src/Microsoft.OpenApi/Reader/V2/OpenApiOperationDeserializer.cs
MaggieKimani1 f942764
Update src/Microsoft.OpenApi/Reader/V2/OpenApiPathItemDeserializer.cs
MaggieKimani1 e545160
Update src/Microsoft.OpenApi/Reader/V31/OpenApiServerVariableDeserial…
MaggieKimani1 6cc7497
Update src/Microsoft.OpenApi/Reader/V31/OpenApiSecurityRequirementDes…
MaggieKimani1 93ac7f0
Update src/Microsoft.OpenApi/Reader/V2/OpenApiSecurityRequirementDese…
MaggieKimani1 571b537
Update src/Microsoft.OpenApi/Reader/V3/OpenApiServerVariableDeseriali…
MaggieKimani1 69ef5c0
Update src/Microsoft.OpenApi/Reader/V3/OpenApiSecurityRequirementDese…
MaggieKimani1 81e0682
chore: another round of refactoring
MaggieKimani1 d9a7bec
chore: clean up nullability of params
MaggieKimani1 32568e8
fix: compiler errors
MaggieKimani1 f608cea
fix: remove redundant cast and update public API
MaggieKimani1 2f8ea28
Merge branch 'main' into feat/enable-NRT
MaggieKimani1 50b06c4
chore: fix merge conflict issues
MaggieKimani1 c9b8f4f
chore: apply copilot suggestion
MaggieKimani1 2a12fa7
Update src/Microsoft.OpenApi/Services/OpenApiWalker.cs
baywet File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
Oops, something went wrong.
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.
Uh oh!
There was an error while loading. Please reload this page.