[PR #9153] [MERGED] Remove accidental System.Core.dll from CascadiaPackage #27452

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

📋 Pull Request Information

Original PR: https://github.com/microsoft/terminal/pull/9153
Author: @DHowett
Created: 2/13/2021
Status: Merged
Merged: 2/16/2021
Merged by: @undefined

Base: mainHead: dev/duhowett/vs169sysco


📝 Commits (1)

  • 472dc98 Remove accidental System.Core.dll from CascadiaPackage

📊 Changes

1 file changed (+4 additions, -0 deletions)

View changed files

📝 src/cascadia/CascadiaPackage/CascadiaPackage.wapproj (+4 -0)

📄 Description

A bug in VS 16.8 makes the WAP packaging project copy System.Core.dll
from the CLR into all WAP packages. We don't need it, and it adds 300kb
to our package (670kb uncompressed).

VS 16.9 sets the AddAdditionalExplicitAssemblyReferences to suppress
this assembly. If we do the same, we can avoid the reference and be
eady for VS 16.9.


🔄 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/9153 **Author:** [@DHowett](https://github.com/DHowett) **Created:** 2/13/2021 **Status:** ✅ Merged **Merged:** 2/16/2021 **Merged by:** [@undefined](undefined) **Base:** `main` ← **Head:** `dev/duhowett/vs169sysco` --- ### 📝 Commits (1) - [`472dc98`](https://github.com/microsoft/terminal/commit/472dc98a68dc98373aace824424433ceb76e984c) Remove accidental System.Core.dll from CascadiaPackage ### 📊 Changes **1 file changed** (+4 additions, -0 deletions) <details> <summary>View changed files</summary> 📝 `src/cascadia/CascadiaPackage/CascadiaPackage.wapproj` (+4 -0) </details> ### 📄 Description A bug in VS 16.8 makes the WAP packaging project copy System.Core.dll from the CLR into all WAP packages. We don't need it, and it adds 300kb to our package (670kb uncompressed). VS 16.9 sets the AddAdditionalExplicitAssemblyReferences to suppress this assembly. If we do the same, we can avoid the reference *and* be eady for VS 16.9. --- <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:22:04 +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#27452