[http-client-csharp] Add JSONL and SSE streaming support - #11462
Draft
JoshLove-msft wants to merge 4 commits into
Draft
[http-client-csharp] Add JSONL and SSE streaming support#11462JoshLove-msft wants to merge 4 commits into
JoshLove-msft wants to merge 4 commits into
Conversation
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com> Copilot-Session: e02ee7d0-8d27-46f8-a856-222d6a938ecd
JoshLove-msft
requested review from
jorgerangel-msft,
joseharriaga,
jsquire and
m-nash
as code owners
July 29, 2026 22:33
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com> Copilot-Session: e02ee7d0-8d27-46f8-a856-222d6a938ecd
Contributor
|
No changes needing a change description found. |
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com> Copilot-Session: e02ee7d0-8d27-46f8-a856-222d6a938ecd
JoshLove-msft
marked this pull request as draft
July 29, 2026 23:42
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com> Copilot-Session: e02ee7d0-8d27-46f8-a856-222d6a938ecd
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.
Summary
IAsyncEnumerable<T>JSONL requests andAsyncStreamingClientResult<T>JSONL responsesAsyncStreamingClientResult<SseItem<BinaryData>>, including terminal-event suppressionCloses #10738
Validation
npm run buildnpm testnpm run copTest-Spector.ps1 -filter "http/streaming/jsonl"Test-Spector.ps1 -filter "http/streaming/sse"npm run lint -- --emitteris currently blocked by the package resolving ESLint 10 while retaining a legacy ESLint configuration (eslint.config.*is not present).