[PR #9525] Shell Extension: Remove C++/WinRT authoring dependency #27614

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

Original Pull Request: https://github.com/microsoft/terminal/pull/9525

State: closed
Merged: Yes


We don't need to use C++/WinRT's component authoring capabilities to be
a COM component. It's easier for us if we're not (and it makes the build
slightly faster!)

Binary size savings (x64 Release):

Note WindowsTerminalShellExt.dll
Before 136192
After 130048
Delta 6144
%Delta 4.5%
**Original Pull Request:** https://github.com/microsoft/terminal/pull/9525 **State:** closed **Merged:** Yes --- We don't need to use C++/WinRT's component authoring capabilities to be a COM component. It's easier for us if we're not (and it makes the build slightly faster!) Binary size savings (x64 Release): Note | WindowsTerminalShellExt.dll ------ | --------------------------- Before | 136192 After | 130048 Delta | 6144 %Delta | 4.5%
claunia added the pull-request label 2026-01-31 09:23:02 +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#27614