microsoft / WindowsAppSDK

The Windows App SDK empowers all Windows desktop apps with modern Windows UI, APIs, and platform features, including back-compat support, shipped via NuGet.
https://docs.microsoft.com/windows/apps/windows-app-sdk/
MIT License
3.79k stars 320 forks source link

Lack Support for ARM64EC Build #4492

Open EternalARK opened 3 months ago

EternalARK commented 3 months ago

Describe the bug

Cannot build WinUI3 apps with ARM64EC build. Unable to open "packages\Microsoft.WindowsAppSDK.1.5.240607001\build\native....\lib\native\win10-ARM64EC\Microsoft.UI.Dispatching.lib”

Steps to reproduce the bug

  1. Create New Black WinUI3 app
  2. add #include <winrt/Microsoft.UI.Dispatching.h> into pch.h
  3. Compile with ARM64EC

Expected behavior

Failed to build when searching for lib file.

Screenshots

No response

NuGet package version

Windows App SDK 1.5.4: 1.5.240607001

Packaging type

Packaged (MSIX)

Windows version

Windows 11 version 22H2 (22621, 2022 Update)

IDE

Visual Studio 2022

Additional context

No response

jeffstall commented 3 months ago

I'll take this for now for tracking.