Added STJ tests for deserializing null values#3224
Merged
prathmesh-stripe merged 1 commit intomasterfrom Oct 16, 2025
Merged
Conversation
xavdid-stripe
approved these changes
Oct 16, 2025
jar-stripe
reviewed
Oct 16, 2025
Contributor
jar-stripe
left a comment
There was a problem hiding this comment.
What do you think combining this with #3158 ?
jar-stripe
added a commit
that referenced
this pull request
Oct 21, 2025
* update doc link (#3212) * Improve event notification example (#3217) * improve events example * update docs * added .net 9 to target frameworks excluded deprecated code in SystemNetHttpClient for .net 9 and above added justfile and script to install required sdk versions updated test commands to use .net 9 target (in justfile) deleted global.json updated build step in ci to read target frameworks from the project file * Revert "added .net 9 to target frameworks" This reverts commit 26a197a. * fixed STJDefaultConverter to advance the reader even if the property is not known (#3223) changed loop to a filter call for clarity * Added STJ tests for deserializing null values (#3224) * Add support for building on .NET 9 (#3222) --------- Co-authored-by: David Brownman <109395161+xavdid-stripe@users.noreply.github.com> Co-authored-by: Prathmesh Ranaut <165320323+prathmesh-stripe@users.noreply.github.com>
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.
Why?
Add some tests as followup to #3223
What?
See Also