[PR #12676] [MERGED] Fix broken TestHostApp build #29174

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

📋 Pull Request Information

Original PR: https://github.com/microsoft/terminal/pull/12676
Author: @lhecker
Created: 3/11/2022
Status: ✅ Merged
Merged: 3/14/2022
Merged by: @lhecker

Base: main ← Head: dev/lhecker/12673-fix-cpp20


📝 Commits (1)

  • afd420f Fix broken TestHostApp build

📊 Changes

1 file changed (+2 additions, -1 deletions)

View changed files

📝 src/cascadia/LocalTests_TerminalApp/TestHostApp/TestHostApp.vcxproj (+2 -1)

📄 Description

This regressed recently in cfaa315.
Initially I tried to migrate TestHostApp to C++/WinRT, but due to the
unbearable compile times I've reverted it back to C++/CX (>20x difference).
Unfortunately I then forgot to fix the underlying issue before submitting a PR.

PR Checklist


🔄 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/12676 **Author:** [@lhecker](https://github.com/lhecker) **Created:** 3/11/2022 **Status:** ✅ Merged **Merged:** 3/14/2022 **Merged by:** [@lhecker](https://github.com/lhecker) **Base:** `main` ← **Head:** `dev/lhecker/12673-fix-cpp20` --- ### 📝 Commits (1) - [`afd420f`](https://github.com/microsoft/terminal/commit/afd420f577b1af57159c48bcc5dbda297638ab76) Fix broken TestHostApp build ### 📊 Changes **1 file changed** (+2 additions, -1 deletions) <details> <summary>View changed files</summary> 📝 `src/cascadia/LocalTests_TerminalApp/TestHostApp/TestHostApp.vcxproj` (+2 -1) </details> ### 📄 Description This regressed recently in cfaa315. Initially I tried to migrate TestHostApp to C++/WinRT, but due to the unbearable compile times I've reverted it back to C++/CX (>20x difference). Unfortunately I then forgot to fix the underlying issue before submitting a PR. ## PR Checklist * [x] Closes #12673 * [x] I work here * [x] Tests added/passed --- <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:33:16 +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#29174