WindowsAppSDK-Samples
WindowsAppSDK-Samples copied to clipboard
Feature samples for the Windows App SDK
## Description There was a problem with Samples/Windowing/cs-winui when using the TitleTextBox.Text.Contains method to find a match. Instead of displaying the expected error dialog, an exception was thrown with the...
Both of the following documents say to use the Azure AppId to request a WNS push notification channel: - https://github.com/microsoft/WindowsAppSDK-Samples/blob/main/Samples/Notifications/Push/cpp-console-unpackaged/cpp-console-unpackaged.cpp - https://github.com/microsoft/WindowsAppSDK-Samples/tree/main/Samples/Notifications/Push However, the Push Notifications quick start says that...
If you build and run the unmodified Simple Island App, and then quit the app, it crashes. I'm not sure if this is helpful, but here is the stack trace:...
Building and running the unmodified Simple Island App project results in a window that looks like this: However, there are suposed to be WinUI 3 controls on the top and...
After first deploy, try to pin the widget. The console app will open and rise null exception in this line: https://github.com/microsoft/WindowsAppSDK-Samples/blob/3de5dd96cacf89cc29b3f4f5d982ec8cc58711ff/Samples/Widgets/cs-console-packaged/CsConsoleWidgetProvider/WidgetProvider.cs#L28 then will be called `Activate` method and trow error...
ITNOA I think it is very good to add sample for WindowsApp with GeneticHost (default WinUI3 template in Visual Studio using GenericHost) and EntityFramework Core (that shows migrations and etc.)
## Description This is a draft but this should cover the OnWidgetAnalyticsReported, onWidgetErrorsReported, and OnCustomizationRequested APIs ## Target Release 1.4-Preview1 ## Checklist - [ ] Samples build and run using...
I have following code, it's the short version of the sample squares, it compiled, but failed with 80040154(REGDB_E_CLASSNOTREG) which means the runtime classes of WindowsApp is not registered. I've installed...
Uwp has the registration of the following self-starting functions. Can someone write a demo of the wasdk version? Contains packaged and unpackaged projects. ... ...
**Have reviewed the previous issue with this sample(#245) and have loaded the required run time as suggested:** Microsoft.WindowsAppRuntime.1.2_2000.707.2303.0_x86__8wekyb3d8bbwe Microsoft.WindowsAppRuntime.1.2_2000.707.2303.0_x64__8wekyb3d8bbwe MicrosoftCorporationII.WinAppRuntime.Main.1.2_2000.707.2303.0_x64__8wekyb3d8bbwe MicrosoftCorporationII.WinAppRuntime.Singleton_2000.707.2303.0_x64__8wekyb3d8bbwe Microsoft.WinAppRuntime.DDLM.2000.707.2303.0-x6_2000.707.2303.0_x64__8wekyb3d8bbwe Microsoft.WinAppRuntime.DDLM.2000.707.2303.0-x8_2000.707.2303.0_x86__8wekyb3d8bbwe Microsoft.WindowsAppRuntime.1.1_1005.616.1651.0_x86__8wekyb3d8bbwe Microsoft.WindowsAppRuntime.1.1_1005.616.1651.0_x64__8wekyb3d8bbwe running in Windows 10 with...