[PR #11188] Upgrade to C++/WinRT 2.0.210825.3 #28450

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

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

State: closed
Merged: Yes


This pull request moves us to Microsoft.Windows.CppWinRT 2.0.210825.3.

Notable improvements from 2.0.210309.3:

  • Restored Windows 7 functionality
  • C++20 ranges support
  • capture now works with a raw pointer
  • hstring::starts_with and hstring::ends_with (C++20)

Unit/Functional Tests:
Summary: Total=7728, Passed=7571, Failed=10, Blocked=0, Not Run=0, Skipped=147

Local Tests:
Summary: Total=163, Passed=158, Failed=5, Blocked=0, Not Run=0, Skipped=0

The above failures are (1) in UIA tests for conhost/WT (which do not work here) or
(2) in already known-broken local tests.

**Original Pull Request:** https://github.com/microsoft/terminal/pull/11188 **State:** closed **Merged:** Yes --- This pull request moves us to Microsoft.Windows.CppWinRT 2.0.210825.3. Notable improvements from 2.0.210309.3: * Restored Windows 7 functionality * C++20 ranges support * `capture` now works with a raw pointer * `hstring::starts_with` and `hstring::ends_with` (C++20) Unit/Functional Tests: Summary: Total=7728, Passed=7571, Failed=10, Blocked=0, Not Run=0, Skipped=147 Local Tests: Summary: Total=163, Passed=158, Failed=5, Blocked=0, Not Run=0, Skipped=0 The above failures are (1) in UIA tests for conhost/WT (which do not work here) or (2) in already known-broken local tests.
claunia added the pull-request label 2026-01-31 09:28: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#28450