[PR #15097] [MERGED] Remove our dependency on any CRT--AppX or forwarders #30413

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

📋 Pull Request Information

Original PR: https://github.com/microsoft/terminal/pull/15097
Author: @DHowett
Created: 4/4/2023
Status: Merged
Merged: 4/4/2023
Merged by: @DHowett

Base: mainHead: dev/duhowett/no-more-crt


📝 Commits (2)

  • 255b93f Remove our dependency on any CRT package, including the forwarders
  • d6de861 Throw if any CRT shows up anywhere

📊 Changes

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

View changed files

📝 build/scripts/Test-WindowsTerminalPackage.ps1 (+13 -12)
📝 dep/nuget/packages.config (+0 -1)
📝 scratch/ScratchIslandApp/WindowExe/WindowExe.vcxproj (+0 -2)
📝 scratch/ScratchIslandApp/WindowExe/packages.config (+0 -1)
📝 src/cascadia/CascadiaPackage/CascadiaPackage.wapproj (+4 -0)
📝 src/cascadia/WindowsTerminal/WindowsTerminal.vcxproj (+0 -1)
📝 src/common.nugetversions.targets (+0 -6)

📄 Description

The upgrade to Microsoft.UI.Xaml 2.8 was the last piece we needed to
break our dependency on the App CRT and any CRT whatsoever.


🔄 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/15097 **Author:** [@DHowett](https://github.com/DHowett) **Created:** 4/4/2023 **Status:** ✅ Merged **Merged:** 4/4/2023 **Merged by:** [@DHowett](https://github.com/DHowett) **Base:** `main` ← **Head:** `dev/duhowett/no-more-crt` --- ### 📝 Commits (2) - [`255b93f`](https://github.com/microsoft/terminal/commit/255b93f732019998c13d261140cc6d802e46d21f) Remove our dependency on any CRT package, including the forwarders - [`d6de861`](https://github.com/microsoft/terminal/commit/d6de86188a0d4da968269e232b8d4a47e6389caa) Throw if any CRT shows up anywhere ### 📊 Changes **7 files changed** (+17 additions, -23 deletions) <details> <summary>View changed files</summary> 📝 `build/scripts/Test-WindowsTerminalPackage.ps1` (+13 -12) 📝 `dep/nuget/packages.config` (+0 -1) 📝 `scratch/ScratchIslandApp/WindowExe/WindowExe.vcxproj` (+0 -2) 📝 `scratch/ScratchIslandApp/WindowExe/packages.config` (+0 -1) 📝 `src/cascadia/CascadiaPackage/CascadiaPackage.wapproj` (+4 -0) 📝 `src/cascadia/WindowsTerminal/WindowsTerminal.vcxproj` (+0 -1) 📝 `src/common.nugetversions.targets` (+0 -6) </details> ### 📄 Description The upgrade to Microsoft.UI.Xaml 2.8 was the last piece we needed to break our dependency on the App CRT *and* any CRT whatsoever. --- <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:40:42 +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#30413