Skip to content

System.Text.Json: Add IAsyncEnumerable support#50778

Merged
eiriktsarpalis merged 27 commits into
dotnet:mainfrom
eiriktsarpalis:IAsync
Apr 12, 2021
Merged

System.Text.Json: Add IAsyncEnumerable support#50778
eiriktsarpalis merged 27 commits into
dotnet:mainfrom
eiriktsarpalis:IAsync

Conversation

@eiriktsarpalis
Copy link
Copy Markdown
Member

@eiriktsarpalis eiriktsarpalis commented Apr 6, 2021

Fixes #1570.

FYI @pranavkm @ericstj

@ghost
Copy link
Copy Markdown

ghost commented Apr 6, 2021

Note regarding the new-api-needs-documentation label:

This serves as a reminder for when your PR is modifying a ref *.cs file and adding/modifying public APIs, to please make sure the API implementation in the src *.cs file is documented with triple slash comments, so the PR reviewers can sign off that change.

@ghost
Copy link
Copy Markdown

ghost commented Apr 6, 2021

Tagging subscribers to this area: @eiriktsarpalis, @layomia
See info in area-owners.md if you want to be subscribed.

Issue Details

Fixes #1570.

Author: eiriktsarpalis
Assignees: eiriktsarpalis
Labels:

area-System.Text.Json

Milestone: 6.0.0

Comment thread src/libraries/System.Text.Json/src/System/Text/Json/Serialization/WriteStack.cs Outdated
Comment thread src/libraries/System.Text.Json/src/System/Text/Json/Serialization/WriteStack.cs Outdated
Comment thread src/libraries/System.Text.Json/src/System/Text/Json/Serialization/WriteStack.cs Outdated
Comment thread src/libraries/System.Text.Json/src/System/Text/Json/Serialization/WriteStack.cs Outdated
Comment thread src/libraries/System.Text.Json/ref/System.Text.Json.cs Outdated
Comment thread src/libraries/System.Text.Json/src/System.Text.Json.csproj Outdated
Comment thread src/libraries/System.Text.Json/src/System/Text/Json/Serialization/ClassType.cs Outdated
Comment thread src/libraries/System.Text.Json/src/System/Text/Json/Serialization/WriteStack.cs Outdated
Comment thread src/libraries/System.Text.Json/src/System/Text/Json/Serialization/WriteStack.cs Outdated
Comment thread src/libraries/System.Text.Json/src/System/Text/Json/Serialization/WriteStack.cs Outdated
Comment thread src/libraries/System.Text.Json/src/System/Text/Json/Serialization/WriteStack.cs Outdated
Comment thread src/libraries/System.Text.Json/src/System/Text/Json/Serialization/WriteStack.cs Outdated
@eiriktsarpalis eiriktsarpalis added the breaking-change Issue or PR that represents a breaking API or functional change over a previous release. label Apr 7, 2021
@ghost ghost added the needs-breaking-change-doc-created Breaking changes need an issue opened with https://github.com/dotnet/docs/issues/new?template=dotnet label Apr 7, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

area-System.Text.Json breaking-change Issue or PR that represents a breaking API or functional change over a previous release. new-api-needs-documentation

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Developers using JsonSerializer can asynchronously (de)serialize IAsyncEnumerable<T>

4 participants