IDL was colliding with XAML so I had to move the IDL to a separate project to generate the code.
Category: UWP
UWP Launcher App with Full Trust
I started a repository for a project to launch apps with full trust to allow MS Store apps to access RGB. [UWP_LauncherAppWithFullTrust]
I ran into a UWP packaging [issue] generating duplicate entries which has been resolved with same manual properties added to the UWP projects.
Xbox Game Bar Discord Widget
A user was asking for an Xbox Game Bar Widget for Discord on the [forums].
I setup the quick project [Uwp_Discord] boilerplate.
Xbox Game Bar Widget – Crosshair Widget
The [Uwp_Crosshair] project is an Xbox Game Bar widget that you can pin and place on top of any application.
WebView1 has a serious memory leak
I made a repro project [Uwp_BugWebViewLeak] that reproduces the issue.
At least [WebView2] won’t have the memory leak when it releases.
Here is my feedback on the [issue].
How can I prevent my UWP app from showing up in the Start menu?
<uap:VisualElements AppListEntry="none">
[How can I prevent my UWP app from showing up in the Start menu?]