[PR #3278] [MERGED] Switch to a non-release build of MUXc to fix elevated launch #25298

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

📋 Pull Request Information

Original PR: https://github.com/microsoft/terminal/pull/3278
Author: @DHowett-MSFT
Created: 10/22/2019
Status: Merged
Merged: 10/22/2019
Merged by: @DHowett-MSFT

Base: masterHead: dev/duhowett/lift_me_up


📝 Commits (1)

  • e2721e9 Switch to a non-release build of MUXc to fix elevated launch

📊 Changes

7 files changed (+17 additions, -11 deletions)

View changed files

📝 src/cascadia/CascadiaPackage/CascadiaPackage.wapproj (+2 -2)
📝 src/cascadia/LocalTests_TerminalApp/TerminalApp.LocalTests.vcxproj (+2 -2)
📝 src/cascadia/TerminalApp/lib/TerminalAppLib.vcxproj (+8 -2)
📝 src/cascadia/TerminalApp/packages.config (+1 -1)
📝 src/cascadia/WindowsTerminal/WindowsTerminal.vcxproj (+2 -2)
📝 src/cascadia/WindowsTerminal/packages.config (+1 -1)
📝 src/cascadia/ut_app/TerminalApp.UnitTests.vcxproj (+1 -1)

📄 Description

Due to a platform issue, elevated application packages occasionally fail
to find all of their dependencies. The real fix for this is going to
take a lot of time and probably a new build of Windows.

The fix we have here switches us to a non-"release" build of
Microsoft.UI.Xaml. The critical thing about their non-release builds is
that they prefer to embed their DLLs into the hosting package instead of
expressing a platform dependency.

This build of Microsoft.UI.Xaml was produced from the same commit as
the original and official build; the only difference is that it will
embed into our package.

Fixes #3275.

PR Checklist

Validation Steps Performed

image


🔄 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/3278 **Author:** [@DHowett-MSFT](https://github.com/DHowett-MSFT) **Created:** 10/22/2019 **Status:** ✅ Merged **Merged:** 10/22/2019 **Merged by:** [@DHowett-MSFT](https://github.com/DHowett-MSFT) **Base:** `master` ← **Head:** `dev/duhowett/lift_me_up` --- ### 📝 Commits (1) - [`e2721e9`](https://github.com/microsoft/terminal/commit/e2721e91e381407df2dd5c1f7ba918dce1a560b5) Switch to a non-release build of MUXc to fix elevated launch ### 📊 Changes **7 files changed** (+17 additions, -11 deletions) <details> <summary>View changed files</summary> 📝 `src/cascadia/CascadiaPackage/CascadiaPackage.wapproj` (+2 -2) 📝 `src/cascadia/LocalTests_TerminalApp/TerminalApp.LocalTests.vcxproj` (+2 -2) 📝 `src/cascadia/TerminalApp/lib/TerminalAppLib.vcxproj` (+8 -2) 📝 `src/cascadia/TerminalApp/packages.config` (+1 -1) 📝 `src/cascadia/WindowsTerminal/WindowsTerminal.vcxproj` (+2 -2) 📝 `src/cascadia/WindowsTerminal/packages.config` (+1 -1) 📝 `src/cascadia/ut_app/TerminalApp.UnitTests.vcxproj` (+1 -1) </details> ### 📄 Description Due to a platform issue, elevated application packages occasionally fail to find all of their dependencies. The real fix for this is going to take a lot of time and probably a new build of Windows. The fix we have here switches us to a non-"release" build of Microsoft.UI.Xaml. The critical thing about their non-release builds is that they prefer to embed their DLLs into the hosting package instead of expressing a platform dependency. This build of Microsoft.UI.Xaml was produced from the same commit as the original and official build; the only difference is that it will embed into our package. Fixes #3275. ## PR Checklist * [x] Closes #3275 * [x] It is a CLA * [ ] Tests added/passed * [ ] Requires documentation to be updated * [x] _endless screaming_ ## Validation Steps Performed ![image](https://user-images.githubusercontent.com/14316954/67249846-04e7b100-f41e-11e9-96b0-00a4e078f69f.png) --- <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:08:36 +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#25298