WinGet is the Windows Package Manager. This project includes a CLI (Command Line Interface), PowerShell modules, and a COM (Component Object Model) API (Application Programming Interface).
At present, we find that CsWinRT 2.1.X has been officially released, however, WinGet's winmd counterpart projection.dll is still stuck in older versions of CsWinRT, which is not compatible with the latest Native AOT. It's been almost a month now, and the Windows App SDK and Microsoft.webview2 have provided Projection.dll for CsWinRT version 2.1.X, WinGet's publicly available Nuget packages are still missing. So I would like to ask why it hasn't been updated yet?
especially Microsoft.WindowsPackageManager.ComInterop . This package includes the Microsoft. Deployment.Management.Winmd, this winmd was used by many open source projects, yet until now did not correspond to the Projection.dll
Description of the new feature / enhancement
Why not provide a Projection.dll for Native AOT?
--------------
为什么不提供适配 Native AOT 的 Projection.dll 呢?
At present, we find that CsWinRT 2.1.X has been officially released, however, WinGet's winmd counterpart projection.dll is still stuck in older versions of CsWinRT, which is not compatible with the latest Native AOT. It's been almost a month now, and the Windows App SDK and Microsoft.webview2 have provided Projection.dll for CsWinRT version 2.1.X, WinGet's publicly available Nuget packages are still missing. So I would like to ask why it hasn't been updated yet?
--------------------------
目前,我们发现 CsWinRT 2.1.X 已经正式发布了,然而 WinGet 的 winmd 对应的 projection.dll 仍然停留在旧版本的 CsWinRT 中,这与最新的 Native AOT 不兼容。现在已经经过了将近一个月,Windows App SDK 和 Microsoft.Web.WebView2 已经提供了适用于 CsWinRT 2.1.X 版本的 Projection.dll,WinGet 已经公开的 Nuget 包到现在都没有任何下落。所以我想问一下为什么到现在都不更新?
especially Microsoft.WindowsPackageManager.ComInterop . This package includes the Microsoft. Deployment.Management.Winmd, this winmd was used by many open source projects, yet until now did not correspond to the Projection.dll
--------------------------
尤其是 Microsoft.WindowsPackageManager.ComInterop,这个包包含 Microsoft.Deployment.Management.winmd,这个 winmd 被很多开源项目所使用,然而到现在都没有对应的 Projection.dll
Proposed technical implementation details
No response