WindowsAppSDK-Samples icon indicating copy to clipboard operation
WindowsAppSDK-Samples copied to clipboard

Feature samples for the Windows App SDK

Results 104 WindowsAppSDK-Samples issues
Sort by recently updated
recently updated
newest added

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...

documentation

## 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....

area-deploymentmanager

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*`...

bug

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...

sample request

If we navigate to the 'Titlebar' page, pressing any of the three buttons results in a null ref exception: ![image](https://user-images.githubusercontent.com/6616946/139305995-83285f72-1d72-425e-9576-b87e871cd3a5.png) Code is unaltered & run from fresh clone of this...

area-windowing

Updating all nugets for the Push Notification Samples to their latest versions. Both samples have been manually tested and work as expected.

area-notifications

## 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...