-
Notifications
You must be signed in to change notification settings - Fork 5.2k
Address additional feedback from number-handling PRs #42505
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
Conversation
src/libraries/System.Text.Json/src/System/Text/Json/JsonHelpers.cs
Outdated
Show resolved
Hide resolved
....Json/src/System/Text/Json/Serialization/Converters/Collection/DictionaryDefaultConverter.cs
Outdated
Show resolved
Hide resolved
src/libraries/System.Text.Json/src/System/Text/Json/Serialization/JsonNumberHandling.cs
Outdated
Show resolved
Hide resolved
src/libraries/System.Text.Json/src/System/Text/Json/Serialization/JsonNumberHandling.cs
Outdated
Show resolved
Hide resolved
src/libraries/System.Text.Json/tests/Serialization/NumberHandlingTests.cs
Outdated
Show resolved
Hide resolved
|
@layomia note there was a STJ failure in |
37372ed to
82f1225
Compare
Thanks. It passed in a subsequent run. I don't think any issue there is due to this PR. I'll watch out for failures in other PRs. Test failures appear unrelated - 3 timeouts:
|
Follow up for #39363 & #39716.
FYI @ahsonkhan