[PR #9656] [MERGED] Change TAEF nuget package to use new Microsoft.Taef name; Update to 10.58 release build version. #27678

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

📋 Pull Request Information

Original PR: https://github.com/microsoft/terminal/pull/9656
Author: @miniksa
Created: 3/30/2021
Status: Merged
Merged: 3/30/2021
Merged by: @undefined

Base: mainHead: dev/miniksa/taef_update


📝 Commits (2)

  • e8d115b Change TAEF nuget package to use new Microsoft.Taef name. Update to 10.58 release build version.
  • 1c2deb8 Fix this warning while we're hanging around here.

📊 Changes

15 files changed (+26 additions, -33 deletions)

View changed files

📝 build/Helix/PrepareHelixPayload.ps1 (+2 -2)
📝 build/Helix/packages.config (+1 -1)
📝 build/packages.config (+1 -1)
📝 build/pipelines/templates/helix-createprojfile-steps.yml (+1 -1)
📝 build/pipelines/templates/helix-runtests-job.yml (+1 -1)
📝 doc/TAEF.md (+2 -2)
📝 doc/cascadia/Unittesting-CppWinRT-Xaml.md (+1 -1)
📝 src/cascadia/LocalTests_TerminalApp/TestHostApp/TestHostApp.vcxproj (+1 -1)
📝 src/common.build.tests.props (+2 -2)
📝 src/host/ft_uia/Host.Tests.UIA.csproj (+6 -6)
📝 src/host/ft_uia/packages.config (+1 -1)
📝 src/terminal/parser/ut_parser/Parser.UnitTests.vcxproj (+4 -11)
📝 src/terminal/parser/ut_parser/packages.config (+1 -1)
📝 tools/OpenConsole.psm1 (+1 -1)
📝 tools/razzle.cmd (+1 -1)

📄 Description

Change TAEF nuget package to use new Microsoft.Taef name; Update to 10.58 release build version.

PR Checklist

  • Closes email from Phil letting us know TAEF has a new release build and a rename.
  • Closes annoying duplicate TAEF import warning in Parser.UnitTests.vcxproj
  • I work here.
  • Need to see the tests run off CI to confirm this is fine for those environments and Helix

Validation Steps Performed

  • Build/run tests locally
  • Build/run unit and feature tests in CI
  • Build/run Helix-lab tests in CI

🔄 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/9656 **Author:** [@miniksa](https://github.com/miniksa) **Created:** 3/30/2021 **Status:** ✅ Merged **Merged:** 3/30/2021 **Merged by:** [@undefined](undefined) **Base:** `main` ← **Head:** `dev/miniksa/taef_update` --- ### 📝 Commits (2) - [`e8d115b`](https://github.com/microsoft/terminal/commit/e8d115b992f4e6ceb4b3538a49d099f2ed7a667d) Change TAEF nuget package to use new Microsoft.Taef name. Update to 10.58 release build version. - [`1c2deb8`](https://github.com/microsoft/terminal/commit/1c2deb8df9fde7b6f703284e82cef99bcc2c914f) Fix this warning while we're hanging around here. ### 📊 Changes **15 files changed** (+26 additions, -33 deletions) <details> <summary>View changed files</summary> 📝 `build/Helix/PrepareHelixPayload.ps1` (+2 -2) 📝 `build/Helix/packages.config` (+1 -1) 📝 `build/packages.config` (+1 -1) 📝 `build/pipelines/templates/helix-createprojfile-steps.yml` (+1 -1) 📝 `build/pipelines/templates/helix-runtests-job.yml` (+1 -1) 📝 `doc/TAEF.md` (+2 -2) 📝 `doc/cascadia/Unittesting-CppWinRT-Xaml.md` (+1 -1) 📝 `src/cascadia/LocalTests_TerminalApp/TestHostApp/TestHostApp.vcxproj` (+1 -1) 📝 `src/common.build.tests.props` (+2 -2) 📝 `src/host/ft_uia/Host.Tests.UIA.csproj` (+6 -6) 📝 `src/host/ft_uia/packages.config` (+1 -1) 📝 `src/terminal/parser/ut_parser/Parser.UnitTests.vcxproj` (+4 -11) 📝 `src/terminal/parser/ut_parser/packages.config` (+1 -1) 📝 `tools/OpenConsole.psm1` (+1 -1) 📝 `tools/razzle.cmd` (+1 -1) </details> ### 📄 Description Change TAEF nuget package to use new Microsoft.Taef name; Update to 10.58 release build version. ## PR Checklist * [x] Closes email from Phil letting us know TAEF has a new release build and a rename. * [x] Closes annoying duplicate TAEF import warning in `Parser.UnitTests.vcxproj` * [x] I work here. * [ ] Need to see the tests run off CI to confirm this is fine for those environments and Helix ## Validation Steps Performed * [x] Build/run tests locally * [ ] Build/run unit and feature tests in CI * [ ] Build/run Helix-lab tests in CI --- <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:23:26 +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#27678