WindowsAppSDK-Samples
WindowsAppSDK-Samples copied to clipboard
Feature samples for the Windows App SDK
## Description This sample application demonstrates how a **WinUI3** app can register Background Task. In this sample usage of ToastNotificationHistoryChangedTrigger is demonstrated which can be easily changed to any supported...
## Description As part of fixing the failing Samples Build in the PR below on the Aggregator, I needed to set PublishReadyToRun to false. But certain projects fail because the...
## Description - Update CppWinRT for all samples to 2.0.230706.1 - Update Wil for all samples to 1.0.240803.1 - Fix packages in the Islands sample - Fix issue where an...
Hi everyone, I am trying to set up an infrastructure for a user login system and menu authorization. I am doing research to rewrite my current CRM project with [Windows...
I'm Encountering the following error while running the packaged C++ console application for push notifications. I have created a simple C++/WinRT Windows console application and facing the below error while...
The included sample project for a self-contained deployment is based on dotnet 6. When creating a new solution (Winui3 packaged with package creation project) in Visual Studio, the template is...
Running the Windows Widgets C# sample in Visual Studio 2022 results in this error: ``` --------------------------- Microsoft Visual Studio --------------------------- The project doesn't know how to run the profile with...
Description: I create a widget and implement a widget provider through https://learn.microsoft.com/en-us/windows/apps/develop/widgets/implement-widget-provider-cs . When I expand the widgets board, my widget is partially exposed and partially not exposed. The widget...
Reverts microsoft/WindowsAppSDK-Samples#452
# mica webview2 sample can't build success my system have install the lastest sdk ```txt This application requires the Windows App Runtime Version 1.5(MSIX package version >= 5001.58.448.0) Do you...