dotnet: add live TypeScript session conformance - #424
Merged
Connor Peet (connor4312) merged 2 commits intoAug 29, 2026
Merged
Conversation
Josh (joshmouch)
marked this pull request as draft
August 27, 2026 05:08
Josh (joshmouch)
marked this pull request as ready for review
August 27, 2026 12:45
| failure(socket, request.id, -32601, `unknown method: ${request.method}`); | ||
| } | ||
|
|
||
| function acceptFrames(socket: Duplex, initialData: Buffer): void { |
There was a problem hiding this comment.
Node has a built-in WebSocket client now if we want to use that, I am also not opposed to just having a dev dependency here on the ws package for the server side
Josh (joshmouch)
force-pushed
the
pr/dotnet-typescript-session-conformance
branch
from
August 27, 2026 22:10
2271b78 to
1b01b27
Compare
Connor Peet (connor4312)
approved these changes
Aug 28, 2026
Connor Peet (connor4312)
enabled auto-merge
August 28, 2026 16:00
Dmitriy Vasyura (dmitrivMS)
approved these changes
Aug 29, 2026
Ladislau Szomoru (lszomoru)
approved these changes
Aug 29, 2026
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
Add a hermetic real-socket interoperability lane between the current first-party .NET client and the repository-local TypeScript session reducer.
The test proves three runtime obligations that static fixture replay does not cover:
The host binds to an ephemeral 127.0.0.1 port, has bounded readiness and shutdown, and is typechecked in CI. It uses only repository-local sources and current project references: no published package, absolute developer path, symlink, OpenAgency, Conflux, or external service.
Validation
The build was partitioned by dependency layer so each finite validation command remains bounded; this does not weaken the complete test suite gate.