You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: hub/apps/windows-sdk/release-notes.md
+13Lines changed: 13 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -103,6 +103,19 @@ WinRT namespaces updated (new or modified APIs/types):
103
103
104
104
</details>
105
105
106
+
<details>
107
+
<summary><strong>Known issues</strong></summary>
108
+
109
+
**BinSkim Warning 4146 Triggered by Windows SDK 10.0.26100.7175 in Visual Studio**
110
+
111
+
- We are aware of an issue where builds may fail with BinSkim rule BA2007 due to warning C4146 being explicitly disabled in a small number of Windows SDK libraries included in the Windows SDK version 10.0.26100.7175, which shipped with Visual Studio 17.14.22.
112
+
- Developers may see build breaks or security‑tool validation failures when using this SDK version, depending on project configuration and toolchain settings.
113
+
- A fix has been identified and is currently being prepared for a Visual Studio update. This will update the affected SDK content to restore expected behavior. Until the fix is available, you may use one of the following mitigations:
114
+
- Retarget your project to another supported Windows SDK version, or
115
+
- Suppress the specific BinSkim warning in your build configuration (not recommended long‑term)
0 commit comments