WindowsAppSDK-Samples
WindowsAppSDK-Samples copied to clipboard
Feature samples for the Windows App SDK
## Description Updating AppNotification samples to use the new AppNotificationBuilder instead of Raw XML. ## Target Release v1.2 Preview1 ## Checklist - [ ] Samples build and run using the...
**Issue Description:** Unable to restart the WinUI 3 unpackaged application. Getting **'System.IO.FileNotFoundException' in WinRT.Runtime.dll** when calling the **AppInstance.Restart("");**. where as, the application is restarting properly in Packaged application. **.csproj file**...
## Description Porting over Windows Composition Samples to WASDK repository ## Target Release 1.1 ## Checklist - [x] Samples build and run using the Visual Studio versions listed in the...
## Description This is a port of the CustomEditControl sample previously implemented in the [UWP samples](https://github.com/microsoft/Windows-universal-samples/tree/main/Samples/CustomEditControl). Includes a C++/WinRT and C# version of the sample. Addresses request captured in #85....
## Description Packaged version of the C++ AppNotifications sample ## Target Release WindowsAppSDK v1.1 ## Checklist - [ ] Samples build and run using the Visual Studio versions listed in...
Push Notification Samples: Add section on differences between packaged and unpackaged Apps settings.
## Description - Add section on differences between packaged and unpackaged apps settings for Push Notifications - Remove protocol section from appxmanifest since it isn't required for Push Notifications. ##...
## Description This change adds a git submodule reference to the release 1.1 of [WinUI-Samples](https://github.com/microsoft/WinUI-Samples) [List of new samples](https://github.com/microsoft/WindowsAppSDK-Samples/tree/user/ocalvo/AddWinUI-SAmples#winui-samples) ## Target Release 1.1 ## Checklist - [x] Samples build and...
## 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....
Closes https://github.com/microsoft/CsWin32/issues/532
# Which sample are you requesting? CustomEditControl sample originally found at https://github.com/microsoft/Windows-universal-samples/tree/main/Samples/CustomEditControl # Describe the feature The old sample worked fine in UWP, but it used some classes like CoreTextServicesManager...