[PR #9649] [MERGED] Make TerminalConnection depend on OpenConsoleProxy #27669

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

📋 Pull Request Information

Original PR: https://github.com/microsoft/terminal/pull/9649
Author: @zadjii-msft
Created: 3/29/2021
Status: Merged
Merged: 3/29/2021
Merged by: @DHowett

Base: mainHead: dev/migrie/i-think-these-deps-are-wrong


📝 Commits (1)

  • a248784 Make TerminalConnection depend on OpenConsoleProxy

📊 Changes

1 file changed (+9 additions, -6 deletions)

View changed files

📝 OpenConsole.sln (+9 -6)

📄 Description

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.

🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/microsoft/terminal/pull/9649 **Author:** [@zadjii-msft](https://github.com/zadjii-msft) **Created:** 3/29/2021 **Status:** ✅ Merged **Merged:** 3/29/2021 **Merged by:** [@DHowett](https://github.com/DHowett) **Base:** `main` ← **Head:** `dev/migrie/i-think-these-deps-are-wrong` --- ### 📝 Commits (1) - [`a248784`](https://github.com/microsoft/terminal/commit/a248784d5828db6fb6fd45ce5be4cc9ece9eb873) Make TerminalConnection depend on OpenConsoleProxy ### 📊 Changes **1 file changed** (+9 additions, -6 deletions) <details> <summary>View changed files</summary> 📝 `OpenConsole.sln` (+9 -6) </details> ### 📄 Description 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. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
claunia added the pull-request label 2026-01-31 09:23:23 +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#27669