[PR #9649] Make TerminalConnection depend on OpenConsoleProxy #27674

Open
opened 2026-01-31 09:23:24 +00:00 by claunia · 0 comments
Owner

Original Pull Request: https://github.com/microsoft/terminal/pull/9649

State: closed
Merged: Yes


Building code merged with main this morning, and I hit a error where
the TerminalConnection project needed ITerminalHandoff something or
other, but that hadn't been built yet. I suspect that's because the
OpenConsoleProxy project needs to be built first, but it isn't set as
a dependency.

I suspect once that project is built once, this isn't ever an issue, but
I hadn't done that yet.

This fixed the build for me locally.

  • fixes local dev builds
  • also updates the name of the TerminalControl project in the .sln, because apparently VS didn't like that.
**Original Pull Request:** https://github.com/microsoft/terminal/pull/9649 **State:** closed **Merged:** Yes --- Building code merged with `main` this morning, and I hit a error where the `TerminalConnection` project needed `ITerminalHandoff` something or other, but that hadn't been built yet. I suspect that's because the `OpenConsoleProxy` project needs to be built first, but it isn't set as a dependency. I suspect once that project is built once, this isn't ever an issue, but I hadn't done that yet. This fixed the build for me locally. * [x] fixes local dev builds * [x] also updates the name of the TerminalControl project in the .sln, because apparently VS didn't like that.
claunia added the pull-request label 2026-01-31 09:23:24 +00:00
Sign in to join this conversation.
No Label pull-request
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/terminal#27674