OOTB MSIX packaging fails to include Windows SDK #22838
Labels
area-publishing
Issues with the app packaging/publishing process (ipk/apk/msix/trimming)
platform/windows 🪟
t/bug
Something isn't working
Description
Our MAUI app, migrated from Xamarin.Forms cannot be installed (using MSIX) on a clean Windows 11 machine. An error about a missing package dependency is reported. The package name is not listed in the error:
After installing the Windows SDK from the following site, our app installs correctly.
https://learn.microsoft.com/en-us/windows/apps/windows-app-sdk/downloads
Should we specify the Windows SDK in our AppX manifest dependency list? If so, what is the package name and version? Or is this an OS or VS tooling bug as is described in prior bugs:
#21744
#17810
Steps to Reproduce
Link to public reproduction project repository
No response
Version with bug
8.0.40 SR5
Is this a regression from previous behavior?
Not sure, did not test other versions
Last version that worked well
Unknown/Other
Affected platforms
Windows
Affected platform versions
No response
Did you find any workaround?
Install Windows SDK. But, this isn't a great option for our customers.
Relevant log output
No response
The text was updated successfully, but these errors were encountered: