Open
Description
Describe the bug
To examine the way widgets works, we have used the sample from the following repo,
https://github.com/microsoft/WindowsAppSDK-Samples/tree/main/Samples/Widgets/cs-console-packaged
Once the deploy command is successful, we opened the widget board to pin the widget, but could not see the widget.
Steps to reproduce the bug
- Clone C# source code from the repo https://github.com/microsoft/WindowsAppSDK-Samples/tree/main/Samples/Widgets/cs-console-packaged
- Build the solution and deploy from visual studio 2022(refer screenshot 'Deploy_from_visual_studio_SS')
- Open the widget board
- The widget is not available in the 'Add widget' dialog to be pinned(refer screenshot 'Add_Widget_Dialog_Without_Deployed_Widget')
Expected behavior
The deployed widget should be available in the widget board to be pinned
Screenshots
Deploy_from_visual_studio_SS:
Add_Widget_Dialog_Without_Deployed_Widget
NuGet package version
Windows App SDK 1.6.3: 1.6.241114003
Packaging type
Unpackaged
Windows version
Windows 11 version 22H2 (22621, 2022 Update)
IDE
Visual Studio 2022
Additional context
No response