You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When calling the new PackageManager(), this error throw.
Configuration
Using .Net 5 with TargetFramework net5.0-windows10.0.19041.0.
The windows OS version is 20H2 x64.
Regression?
Not sure, but .net core 3.1 with the Windows.SDK.Contract works well.
Other information
StackTrace
at System.Runtime.InteropServices.ComWrappers.RegisterForTrackerSupport(ComWrappers instance)
at WinRT.ComWrappersSupport.get_ComWrappers()
at WinRT.ComWrappersSupport.TryRegisterObjectForInterface(Object obj, IntPtr thisPtr)
at WinRT.ComWrappersSupport.RegisterObjectForInterface(Object obj, IntPtr thisPtr)
at Windows.Management.Deployment.PackageManager..ctor()
at Flow.Launcher.Plugin.Program.Programs.UWP.CurrentUserPackages() in D:\Document\Dotnet\Flow.Launcher\Plugins\Flow.Launcher.Plugin.Program\Programs\UWP.cs:line 200
at Flow.Launcher.Plugin.Program.Programs.UWP.All() in D:\Document\Dotnet\Flow.Launcher\Plugins\Flow.Launcher.Plugin.Program\Programs\UWP.cs:line 156
WinRT support is now entirely provided by the C#/WinRT tool chain. The above issue appears to be an problem with usage of the generated API by C#/WinRT. The recommendation is to post issues for WinRT at https://github.com/microsoft/CsWinRT.
WinRT support is now entirely provided by the C#/WinRT tool chain. The above issue appears to be an problem with usage of the generated API by C#/WinRT. The recommendation is to post issues for WinRT at https://github.com/microsoft/CsWinRT.
Description
When calling the new PackageManager(), this error throw.
Configuration
Using .Net 5 with TargetFramework net5.0-windows10.0.19041.0.
The windows OS version is 20H2 x64.
Regression?
Not sure, but .net core 3.1 with the Windows.SDK.Contract works well.
Other information
StackTrace
Similar bug
microsoft/CsWinRT#394
The text was updated successfully, but these errors were encountered: