[PR #10208] [MERGED] Fix compilation with VS16.10 and later #27946

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

📋 Pull Request Information

Original PR: https://github.com/microsoft/terminal/pull/10208
Author: @lhecker
Created: 5/26/2021
Status: Merged
Merged: 5/26/2021
Merged by: @undefined

Base: mainHead: dev/lhecker/vs16.10-fix


📝 Commits (1)

  • 9039920 Fix compilation with VS16.10 and later

📊 Changes

5 files changed (+32 additions, -13 deletions)

View changed files

📝 .github/actions/spelling/allow/microsoft.txt (+1 -0)
📝 .github/actions/spelling/expect/alphabet.txt (+0 -3)
📝 .github/actions/spelling/expect/expect.txt (+0 -8)
📝 src/common.build.pre.props (+11 -2)
📝 src/wap-common.build.pre.props (+20 -0)

📄 Description

Summary of the Pull Request

VS16.10 and later contain two regressions:

  • Marking the use of pshpack*.h in system headers with C4103
  • The newly included, builtin AssemblyReference.xaml is missing the AssemblyReferences project capability

PR Checklist

  • I work here

Validation Steps Performed

Built the project with VS16.10 and VS17.0.


🔄 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/10208 **Author:** [@lhecker](https://github.com/lhecker) **Created:** 5/26/2021 **Status:** ✅ Merged **Merged:** 5/26/2021 **Merged by:** [@undefined](undefined) **Base:** `main` ← **Head:** `dev/lhecker/vs16.10-fix` --- ### 📝 Commits (1) - [`9039920`](https://github.com/microsoft/terminal/commit/9039920706612695b81922b21b10bb75a7b3c07c) Fix compilation with VS16.10 and later ### 📊 Changes **5 files changed** (+32 additions, -13 deletions) <details> <summary>View changed files</summary> 📝 `.github/actions/spelling/allow/microsoft.txt` (+1 -0) 📝 `.github/actions/spelling/expect/alphabet.txt` (+0 -3) 📝 `.github/actions/spelling/expect/expect.txt` (+0 -8) 📝 `src/common.build.pre.props` (+11 -2) 📝 `src/wap-common.build.pre.props` (+20 -0) </details> ### 📄 Description ## Summary of the Pull Request VS16.10 and later contain two regressions: * Marking the use of `pshpack*.h` in system headers with C4103 * The newly included, builtin `AssemblyReference.xaml` is missing the `AssemblyReferences` project capability ## PR Checklist * [x] I work here ## Validation Steps Performed Built the project with VS16.10 and VS17.0. --- <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:25:19 +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#27946