WindowsAppSDK-Samples
WindowsAppSDK-Samples copied to clipboard
Feature samples for the Windows App SDK
Please don't review yet, we may not want to organize it this way, and the code is a bit jank and proof-of-concept. This also brings the c# projects up to...
## Description Please include a summary of the change and/or which issue is fixed. Please also include relevant motivation and context. List any dependencies that are required for this change....
https://learn.microsoft.com/windows/uwp/launch-resume/create-and-register-a-winmain-background-task shows how to register a background task for Win32 apps. Please create a sample showing how to use this functionality from a WinAppSDK based app (with the AppInstance) and...
Steps to reproduce: - Clone the repository - Open the "CustomControls" sample solution - Select CppAppUnpackaged as startup project - Run - The app halts with an unhandled exception during...
## Description Bring in required changes for the WebView2 work to the release/experimental branch. ## Target Release For 1.6-experimental2 ## Checklist - [ ] Samples build and run using the...
This is a follow-up PR for https://github.com/microsoft/WindowsAppSDK/pull/4181 It includes samples and tests for newly added API ApplicationLanguages.PrimaryLanguageOverride property ## Description Please include a summary of the change and/or which issue...
After I downloaded the project from GitHub I couldn't open any App because it's missing the Microsoft.ui.xaml.dll file. After adding it, it still asks for it.
I am receiving these errors when I try to build anything, and I don't know how to fix it. ``` 23:11:04 C:\dev\!tmp\WindowsAppSDK-Samples\Samples\Windowing\cs\cs-winforms-unpackaged main ≡ ?1 6ms dotnet...
Add WinFormsWithIslandApp, a simple WinForms app that hosts Xaml in an Island. Please see the README.md file for more information. **Microsoft Internal** [Pipeline run: https://microsoft.visualstudio.com/ProjectReunion/_build/results?buildId=107164224&view=results](https://microsoft.visualstudio.com/ProjectReunion/_build/results?buildId=107168675&view=results)