Steve

Results 256 comments of Steve

应用使用系统自带的MediaControl来进行视频回放,此问题无法通过应用自身解决,建议向Intel驱动反馈该问题。

@sdushantha Ping

I also reproduced it a few days ago by accident.

> * without the dependency on .NET Maybe using .NET NativeAOT is a simpler way to get rid of the dependency on .NET (it compiles C# to native binary code...

~It turns out that it is not possible to do this without an **exe** host for the WinRT server. We need an exe variant of `WinRT.Host.dll` because an out-of-proc server...

I recently explored this and managed to make it. Now I make the repo public for reference if anyone has interest: https://github.com/hez2010/WinRTServer Note here we need two workarounds: 1. The...

I first encountered "failure to parse XAML", but it turned out to be the CommunityToolkit isn't compatible with trimming. After rooting all CommunityToolkit assemblies, I encountered 0xc0000005 due to "class...

Would instead like to call it `NativeArray` as the length matches the size of the native pointer.

@Lukiluc29 It depends on the blocker issue https://github.com/microsoft/WindowsAppSDK/issues/3092.