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

When building some samples they will fail if you are missing the TargetPlatformVersion. Therefore recommend moving the TargetPlatformVersion to the latest plaform SDK

C++ WinUI 3 examples are really scarce. I need to initialize the following code: `sourceList().ItemsSource(sourceArray);` ``` struct MainWindow : MainWindowT { MainWindow() { // Xaml objects should not call InitializeComponent...

## Description Update the C# Background Task samples so that they are trimming and AOT compatible. ## Target Release Windows App SDK 1.7 ## Checklist - [x] Samples build and...

If you have 9.0.2 the default install with VS then it won't work. You actually have to install the latest 8.1.x in order for it to work

area-windowscopilotruntime

![Image](https://github.com/user-attachments/assets/bef11aaf-7882-47ba-a8d1-afb727924904) Intellisense tells that this is a uwp namespace that would be needed to be imported, but its a winui not a uwp app...

## Description Clean up references to an old name that needed to be updated in READMEs. _No code modified, just documentation fixes_

`build.cmd` restores and builds with a specific packages directory: ```cmd call .nuget\nuget.exe restore "%%D" -configfile Samples\nuget.config -PackagesDirectory %~dp0packages call msbuild /warnaserror /p:platform=%platform% /p:configuration=%configuration% /p:NugetPackageDirectory=%~dp0packages /bl:"%%~nD.binlog" "%%D" ``` which resolves 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....

## Description Add Notes sample app to showcase AppContentSearch capabilities in WindowsAppSDK 2.0 exp2 ## Target Release WindowsAppSDK 2.0 exp2 ## Checklist Note that /azp run currently isn't working for...

This PR adds 2 WinAppSdk1.8 samples to main branch: - CameraCaptureUI - StoragePickers