Add Utf8JsonReader.AllowMultipleValues and related APIs.#104328
Merged
eiriktsarpalis merged 8 commits intodotnet:mainfrom Jul 4, 2024
Merged
Add Utf8JsonReader.AllowMultipleValues and related APIs.#104328eiriktsarpalis merged 8 commits intodotnet:mainfrom
eiriktsarpalis merged 8 commits intodotnet:mainfrom
Conversation
|
Note regarding the |
1 similar comment
|
Note regarding the |
Contributor
|
Tagging subscribers to this area: @dotnet/area-system-text-json, @gregsdennis |
eiriktsarpalis
commented
Jul 2, 2024
src/libraries/System.Text.Json/src/System/Text/Json/Serialization/JsonConverterOfT.ReadCore.cs
Show resolved
Hide resolved
eiriktsarpalis
commented
Jul 2, 2024
src/libraries/System.Text.Json/src/System/Text/Json/Serialization/JsonConverterOfT.ReadCore.cs
Show resolved
Hide resolved
This was referenced Jul 3, 2024
Build failure: Static graph-based restore failed with exit code .* but did not log an error.
#103526
Closed
stephentoub
approved these changes
Jul 3, 2024
src/libraries/System.Text.Json/src/System/Text/Json/Reader/JsonReaderOptions.cs
Outdated
Show resolved
Hide resolved
src/libraries/System.Text.Json/src/System/Text/Json/Serialization/JsonSerializer.Read.Stream.cs
Outdated
Show resolved
Hide resolved
src/libraries/System.Text.Json/src/System/Text/Json/Serialization/JsonSerializer.Read.Stream.cs
Outdated
Show resolved
Hide resolved
...s/System.Text.Json/src/System/Text/Json/Serialization/Metadata/JsonTypeInfoOfT.ReadHelper.cs
Show resolved
Hide resolved
...s/System.Text.Json/src/System/Text/Json/Serialization/Metadata/JsonTypeInfoOfT.ReadHelper.cs
Show resolved
Hide resolved
…nReaderOptions.cs Co-authored-by: Stephen Toub <[email protected]>
…ion/JsonSerializer.Read.Stream.cs Co-authored-by: Stephen Toub <[email protected]>
This was referenced Jul 4, 2024
eiriktsarpalis
commented
Jul 4, 2024
src/libraries/System.Text.Json/src/System/Text/Json/Serialization/JsonSerializer.Read.Stream.cs
Outdated
Show resolved
Hide resolved
…ion/JsonSerializer.Read.Stream.cs
eiriktsarpalis
commented
Jul 4, 2024
src/libraries/System.Text.Json/src/System/Text/Json/Serialization/JsonSerializer.Read.Stream.cs
Outdated
Show resolved
Hide resolved
…ion/JsonSerializer.Read.Stream.cs
src/libraries/System.Text.Json/tests/System.Text.Json.Tests/JsonElementParseTests.cs
Show resolved
Hide resolved
Open
3 tasks
Member
|
Potential regressions: |
This was referenced Jul 10, 2024
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 subscribe to this conversation on GitHub.
Already have an account?
Sign in.
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.
Fix #33030.