Skip to content

Expose MessageFormatterEnumerableTracker.EnumeratorResults as public - #1206

Merged
Andrew Arnott (AArnott) merged 2 commits into
microsoft:mainfrom
eerhardt:ExposeEnumerableResult
Jun 17, 2025
Merged

Expose MessageFormatterEnumerableTracker.EnumeratorResults as public#1206
Andrew Arnott (AArnott) merged 2 commits into
microsoft:mainfrom
eerhardt:ExposeEnumerableResult

Conversation

@eerhardt

Copy link
Copy Markdown
Member

This allows source generators, like System.Text.Json, to generate serialization logic for IAsyncEnumerable objects. This is necessary for support native AOT.

cc Andrew Arnott (@AArnott)

This allows source generators, like System.Text.Json, to generate serialization logic for IAsyncEnumerable objects. This is necessary for support native AOT.
Comment threadsrc/StreamJsonRpc/Reflection/MessageFormatterEnumerableTracker.cs Outdated
@AArnott

Copy link
Copy Markdown
Member

/azp run

@azure-pipelines

Copy link
Copy Markdown
Azure Pipelines successfully started running 1 pipeline(s).

Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants

@eerhardt@AArnott