[PR #10370] [MERGED] Restore embedded manifests to say 18362 #28007

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

📋 Pull Request Information

Original PR: https://github.com/microsoft/terminal/pull/10370
Author: @miniksa
Created: 6/9/2021
Status: Merged
Merged: 6/9/2021
Merged by: @undefined

Base: mainHead: dev/miniksa/manifest


📝 Commits (1)

  • 0610016 Restore embedded manifests to say 18362 or unpackaged activation won't work (for helix testing.)

📊 Changes

3 files changed (+13 additions, -4 deletions)

View changed files

📝 src/cascadia/LocalTests_TerminalApp/TerminalApp.LocalTests.manifest (+5 -2)
📝 src/cascadia/WindowsTerminal/WindowsTerminal.manifest (+4 -1)
📝 src/cascadia/ut_app/TerminalApp.Unit.Tests.manifest (+4 -1)

📄 Description

Restore embedded manifests to say 18362 or unpackaged activation won't work (for helix testing.)

PR Checklist

Detailed Description of the Pull Request / Additional comments

  • Unpackaged activation uses the embedded manifest inside the exe. We use unpackaged activation to run our tests in Helix as it's easier that way. Turns out the 1903/19h1 OS thinks 19041 isn't greater than the minimum XAML islands version of 18226 and blocks the load of TerminalApp.dll causing a crash (fail fast) on launch. For REASONS, 18362 is considered greater than 18226.
  • Packaged activation will use the value in the .appxmanifest and everything is somehow still fine there even with it saying 19041 now.

Validation Steps Performed


🔄 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/10370 **Author:** [@miniksa](https://github.com/miniksa) **Created:** 6/9/2021 **Status:** ✅ Merged **Merged:** 6/9/2021 **Merged by:** [@undefined](undefined) **Base:** `main` ← **Head:** `dev/miniksa/manifest` --- ### 📝 Commits (1) - [`0610016`](https://github.com/microsoft/terminal/commit/06100164f180389e3ef013256eafd2ee3e61a5d6) Restore embedded manifests to say 18362 or unpackaged activation won't work (for helix testing.) ### 📊 Changes **3 files changed** (+13 additions, -4 deletions) <details> <summary>View changed files</summary> 📝 `src/cascadia/LocalTests_TerminalApp/TerminalApp.LocalTests.manifest` (+5 -2) 📝 `src/cascadia/WindowsTerminal/WindowsTerminal.manifest` (+4 -1) 📝 `src/cascadia/ut_app/TerminalApp.Unit.Tests.manifest` (+4 -1) </details> ### 📄 Description Restore embedded manifests to say 18362 or unpackaged activation won't work (for helix testing.) ## PR Checklist * [x] Closes #10265 * [x] I work here * [x] Tests now pass ## Detailed Description of the Pull Request / Additional comments - Unpackaged activation uses the embedded manifest inside the exe. We use unpackaged activation to run our tests in Helix as it's easier that way. Turns out the 1903/19h1 OS thinks 19041 isn't greater than the minimum XAML islands version of 18226 and blocks the load of `TerminalApp.dll` causing a crash (fail fast) on launch. For **REASONS**, 18362 is considered greater than 18226. - Packaged activation will use the value in the .appxmanifest and everything is somehow still fine there even with it saying 19041 now. ## Validation Steps Performed - Kicking a Helix-run off on this branch: https://dev.azure.com/ms/terminal/_build/results?buildId=177336&view=results --- <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:25:43 +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#28007