[PR #12262] [MERGED] Update PGO helpers to mitigate Y2K22 bug #28932

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

📋 Pull Request Information

Original PR: https://github.com/microsoft/terminal/pull/12262
Author: @miniksa
Created: 1/26/2022
Status: Merged
Merged: 1/26/2022
Merged by: @undefined

Base: mainHead: dev/miniksa/pgoupdate


📝 Commits (1)

📊 Changes

10 files changed (+16 additions, -10 deletions)

View changed files

📝 build/packages.config (+1 -1)
📝 build/pgo/Terminal.PGO.props (+7 -1)
📝 src/cascadia/Remoting/packages.config (+1 -1)
📝 src/cascadia/TerminalApp/packages.config (+1 -1)
📝 src/cascadia/TerminalConnection/packages.config (+1 -1)
📝 src/cascadia/TerminalControl/packages.config (+1 -1)
📝 src/cascadia/TerminalSettingsEditor/packages.config (+1 -1)
📝 src/cascadia/TerminalSettingsModel/packages.config (+1 -1)
📝 src/cascadia/WindowsTerminal/packages.config (+1 -1)
📝 src/host/exe/packages.config (+1 -1)

📄 Description

The PGO helpers NuGet had the Y2K22 bug. This receives and integrates the updated package in our project to restore NuGet functionality.

PR Checklist

Validation Steps Performed


🔄 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/12262 **Author:** [@miniksa](https://github.com/miniksa) **Created:** 1/26/2022 **Status:** ✅ Merged **Merged:** 1/26/2022 **Merged by:** [@undefined](undefined) **Base:** `main` ← **Head:** `dev/miniksa/pgoupdate` --- ### 📝 Commits (1) - [`0ac40a6`](https://github.com/microsoft/terminal/commit/0ac40a6f3d42f479a31c048992b4b4be82c257d8) update PGO helpers. ### 📊 Changes **10 files changed** (+16 additions, -10 deletions) <details> <summary>View changed files</summary> 📝 `build/packages.config` (+1 -1) 📝 `build/pgo/Terminal.PGO.props` (+7 -1) 📝 `src/cascadia/Remoting/packages.config` (+1 -1) 📝 `src/cascadia/TerminalApp/packages.config` (+1 -1) 📝 `src/cascadia/TerminalConnection/packages.config` (+1 -1) 📝 `src/cascadia/TerminalControl/packages.config` (+1 -1) 📝 `src/cascadia/TerminalSettingsEditor/packages.config` (+1 -1) 📝 `src/cascadia/TerminalSettingsModel/packages.config` (+1 -1) 📝 `src/cascadia/WindowsTerminal/packages.config` (+1 -1) 📝 `src/host/exe/packages.config` (+1 -1) </details> ### 📄 Description The PGO helpers NuGet had the Y2K22 bug. This receives and integrates the updated package in our project to restore NuGet functionality. ## PR Checklist * [x] Closes #12261 * [x] I work here * [x] If it builds it sits. ## Validation Steps Performed * [x] Build new PGO instrument data with this pipeline update: https://dev.azure.com/microsoft/Dart/_build/results?buildId=44304850&view=results --- <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:31:43 +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#28932