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

This issue is related to the targets file here in the Windows ML samples: https://github.com/microsoft/WindowsAppSDK-Samples/blob/main/Samples/WindowsML/Resources/SqueezeNetModel.targets The targets file leverages MSBuild's Copy task to ensure various dependencies make their way to...

I refer to https://github.com/microsoft/WindowsAppSDK-Samples/tree/main/Samples/AppLifecycle/Restart/cs-winui-packaged Which is linked to from https://learn.microsoft.com/en-us/windows/apps/windows-app-sdk/applifecycle/applifecycle-restart#examples The documentation implies that this Restart API could be used to handle software updates, but there is no full example...

Issue: AMD NPU EP Download Error Background My PC originally had the AMD NPU Execution Provider (EP) installed. To verify the automatic EP download functionality, I manually deleted the following...

area-winml

There are samples that depend on "Microsoft.Windows.SDK.BuildTools" version "10.0.26100.2161" but I cannot find that version on either of the NuGet source used in this repo: * https://pkgs.dev.azure.com/shine-oss/WinAppSDK-Samples/_packaging/WinAppSDK-SampleDeps/nuget/v3/index.json * https://api.nuget.org/v3/index.json Moving...

Use the new Microsoft.Windows.Storage.Pickers API from WindowsAppSDK.1.8

As per the [.NET SDK uses a smaller RID graph documentation](https://learn.microsoft.com/en-us/dotnet/core/compatibility/sdk/8.0/rid-graph) the "RID graph" has been pruned. Only 'portable' RIDs should be used (e.g. `win-`, `linux-`), and version-specific RIDs should...

The requirements for building the samples says that you need "_Windows SDK version 2004 (build 19041) or later._ ". Which isn't really true; certain samples require _specific_ Windows SDKs. For...

Placeholder item to track making Publish usable for Windows ML samples per the discussion in the PR here: https://github.com/microsoft/WindowsAppSDK-Samples/pull/546

As per [the Windows App SDK release servicing policy](https://learn.microsoft.com/en-us/windows/apps/windows-app-sdk/release-channels#windows-app-sdk-release-servicing-policy), Windows App SDK releases prior to 1.7 are out of support, but there's still lots of 1.5 usage: ``` > findstr...

Many samples use the "net6.0" TargetFramework moniker, but - as per [the .Net and .Net Core Official Support Policy](https://dotnet.microsoft.com/en-us/platform/support/policy/dotnet-core) - .net6.0 fell out of support on November 12, 2024. If...