WindowsAppSDK
WindowsAppSDK copied to clipboard
The Windows App SDK empowers all Windows desktop apps with modern Windows UI, APIs, and platform features, including back-compat support, shipped via NuGet.
### Describe the bug When building my app, I get this error: APPX1101 Payload contains two or more files with the same destination path 'App4.deps.json'. Source files: C:\Users\bluve\source\repos\App4\App4\obj\x86\Debug\net6.0-windows10.0.19041.0\win10-x86\App4.deps.json C:\Users\bluve\source\repos\App4\App4\bin\x86\Debug\net6.0-windows10.0.19041.0\win10-x86\App4.deps.json App4...
### Describe the bug WinAppSDK 1.2 Experimental adds support for automatically initializing undocked reg-free WinRT support. This breaks CX compilation: UndockedRegFreeWinRT-AutoInitializer.cpp: ``` C:\Program Files (x86)\Microsoft Visual Studio\2019\Enterprise\VC\Tools\MSVC\14.29.30133\include\vccorlib.h(356,9): error C3940: 'EventRegistrationToken':...
Don't install x64 framework package on Windows 10 ARM64 devices. Win 10 ARM64 doesn't support x64 apps. Tested IsWindows10_21H2OrGreater API on Windows 10 and Windows 11 and works as expected....
This isn't the right / final fix yet, so let's discuus. One thing is certain though: the code currently checked-in is wrong.
Update CodingGuidelines, projects and supporting bits per VS2022-required-to-create-WinAppSDK NOTE: This is the process used to CREATE WinAppSDK. The processes and policies for devs to USE WinAppSDK are an entirely different...
### Describe the bug Setting the icon for the app/window using the net 'SetIcon' function on the AppWindow, sets the icon for the title bar but not for the Windows...
### Describe the bug I am trying to open a **File Picker** but it works only if I am not using the app in elevation mode. I'm getting the following...
### Describe the bug In UWP it is possible to create an app that acts as a WebAccountProvider that other apps can use to offer users a single sign on...
**Description** The WinUI 3 WebView2 control does not support passing a CoreWebView2Environment object to WebView2.EnsureCoreWebView2Async(), unlike the WPF and Windows Forms controls. In my case, it means I can't use...