WindowsAppSDK-Samples
WindowsAppSDK-Samples copied to clipboard
Feature samples for the Windows App SDK
Add guidelines/recommendations for sample authors to use #region to mark their code so that customers can easily find the right places to go to. In Visual Studio you can expand/minimize...
## Description Get unpackaged sample running
I cannot run text rendering sample, it complains about DirectWriteCore.dll not found when I try to run it after building.
I'm getting the following errors with the DeploymentManager sample: Are these APIs, working properly, or is there an issue with the sample? Scenario 1: GetStatus: Result Status: PackagelnstallRequired Result ExtendedError....
From [Unpackaged example](https://github.com/microsoft/WindowsAppSDK-Samples/tree/main/Samples/Unpackaged) - OS: Windows 11 - IDE: VS 2022 Community - Installed Windows App SDK extensions Code changes: - i update my target framework from `.net-5*` to `.net-6*`...
The ResourceManagement sample does not show the most common WinUI 3 case for localization: Strings in XAML files. I was wondering how to use MRT Core with x:Uid attributes. The...
If we navigate to the 'Titlebar' page, pressing any of the three buttons results in a null ref exception:  Code is unaltered & run from fresh clone of this...
Updating all nugets for the Push Notification Samples to their latest versions. Both samples have been manually tested and work as expected.
## Description Add Windows Widgets Authoring samples. ## Target Release 1.2 Preview 2 ## Checklist - [x] Samples build and run using the Visual Studio versions listed in the [Windows...
## Description The winui samples were out of date and the instancing samples demonstrated more features than just instancing making the sample confusing to follow. I made this change because...