[PR #2942] [CLOSED] Disable new rule C26814 as it's breaking builds #25162

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

📋 Pull Request Information

Original PR: https://github.com/microsoft/terminal/pull/2942
Author: @miniksa
Created: 9/27/2019
Status: Closed

Base: masterHead: audit-patch


📝 Commits (7)

  • 499384f Disable new rule C26814 as it's breaking builds
  • d9ce822 Add noexcept to dx header.
  • a7ef967 Try removing pch deletion step... they look smaller with the 16.3 toolkit...
  • b32f7f3 Add missing reference.
  • 9fea3bf Set build to single threaded as parallel build is broken by 16.3 build toolchain.
  • 275851d Try throwing a few more things at the wall. Try /FS even though /MP is supposed to imply it. Try adding more dependencies and build ordering rules to get it going.
  • 9e0b109 Try removing references from TerminalApp that are already stitched into TerminalAppLib

📊 Changes

12 files changed (+34 additions, -16 deletions)

View changed files

📝 .gitignore (+3 -0)
📝 OpenConsole.sln (+15 -0)
📝 build/pipelines/templates/build-console-steps.yml (+1 -1)
📝 src/StaticAnalysis.ruleset (+2 -0)
📝 src/cascadia/TerminalApp/TerminalApp.vcxproj (+1 -7)
📝 src/cascadia/TerminalControl/TerminalControl.vcxproj (+2 -1)
📝 src/cascadia/UnitTests_TerminalCore/UnitTests.vcxproj (+4 -1)
📝 src/common.build.post.props (+2 -2)
📝 src/common.build.pre.props (+1 -1)
📝 src/cppwinrt.build.pre.props (+1 -1)
📝 src/renderer/dx/DxRenderer.cpp (+1 -1)
📝 src/renderer/dx/DxRenderer.hpp (+1 -1)

📄 Description

Wrote a follow up task #2941 to roll it out later.


🔄 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/2942 **Author:** [@miniksa](https://github.com/miniksa) **Created:** 9/27/2019 **Status:** ❌ Closed **Base:** `master` ← **Head:** `audit-patch` --- ### 📝 Commits (7) - [`499384f`](https://github.com/microsoft/terminal/commit/499384f17627d4a4c3a0f183294bed45b250b08f) Disable new rule C26814 as it's breaking builds - [`d9ce822`](https://github.com/microsoft/terminal/commit/d9ce822da9dcd4edfa1676ad5d0e7a7d7d225b0c) Add noexcept to dx header. - [`a7ef967`](https://github.com/microsoft/terminal/commit/a7ef967fc26595bf46d177181700feb7f8df6d57) Try removing pch deletion step... they look smaller with the 16.3 toolkit... - [`b32f7f3`](https://github.com/microsoft/terminal/commit/b32f7f33634ff1620d194d81393b9dc78dd845ba) Add missing reference. - [`9fea3bf`](https://github.com/microsoft/terminal/commit/9fea3bf12d6fefe49af9c0bb7240669b4fd8ef3f) Set build to single threaded as parallel build is broken by 16.3 build toolchain. - [`275851d`](https://github.com/microsoft/terminal/commit/275851df4b1eb9356e58902b6f7927c51e919078) Try throwing a few more things at the wall. Try /FS even though /MP is supposed to imply it. Try adding more dependencies and build ordering rules to get it going. - [`9e0b109`](https://github.com/microsoft/terminal/commit/9e0b10975946c06cec0f819c7cd1f9fa89a2fdac) Try removing references from TerminalApp that are already stitched into TerminalAppLib ### 📊 Changes **12 files changed** (+34 additions, -16 deletions) <details> <summary>View changed files</summary> 📝 `.gitignore` (+3 -0) 📝 `OpenConsole.sln` (+15 -0) 📝 `build/pipelines/templates/build-console-steps.yml` (+1 -1) 📝 `src/StaticAnalysis.ruleset` (+2 -0) 📝 `src/cascadia/TerminalApp/TerminalApp.vcxproj` (+1 -7) 📝 `src/cascadia/TerminalControl/TerminalControl.vcxproj` (+2 -1) 📝 `src/cascadia/UnitTests_TerminalCore/UnitTests.vcxproj` (+4 -1) 📝 `src/common.build.post.props` (+2 -2) 📝 `src/common.build.pre.props` (+1 -1) 📝 `src/cppwinrt.build.pre.props` (+1 -1) 📝 `src/renderer/dx/DxRenderer.cpp` (+1 -1) 📝 `src/renderer/dx/DxRenderer.hpp` (+1 -1) </details> ### 📄 Description Wrote a follow up task #2941 to roll it out later. --- <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:07:42 +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#25162