Catalog Health 2021/06/02 #15951
-
We're going to have a heavy focus on catalog health for the next few months. Our AMAZING moderators have been pouring their time into making the catalog and the end to end experience with the Windows Package Manager better. This is an ask for them to identify the top three features, we should look at for the next release. I can't make any promises based on our engineering capacity, but I want to make sure we're focusing on the most important features to help here. You may already see some Issues with the "Catalog-Health" label. @ItzLevvie Please let us know what you think are the next most important features you would like us to work on. This could be for any of the following areas:
For the rest of the community: |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 2 replies
-
My list (specifically for Catalog Health issues, which is why I'm not listing the power couple of dependency and .zip support):
The big headache right now is that wingetcreate and wingetbot, the two tools Microsoft has put out there to create manifests, are both committing incorrect metadata sometimes which we have to clean up (things that don't match the ARP table, incorrect ProductCodes, etc). I know it's better to get an MVP out there and collect feedback than try to waterfall, which is why I'm happy to open issues and moderate. But it is the major headache right now. |
Beta Was this translation helpful? Give feedback.
-
Given the 👍 from our other moderators, We will spend some of our resources bringing these three issues towards the vey top of the backlogs. |
Beta Was this translation helpful? Give feedback.
My list (specifically for Catalog Health issues, which is why I'm not listing the power couple of dependency and .zip support):
Schema extension to support multiple ARP entries (or a single entry, I guess, where PackageName/PackageVersion != name/version in ARP): microsoft/winget-cli#1073. Maybe biased because I opened it, but we really need a way of specifically saying "this manifest runs this installer that puts these entry/entries in the ARP table" so that we don't have to decide whether we want upgrades to work or we want friendly/correct PackageNames/PackageVersions/etc.
Multiple URL support for wingetcreate: microsoft/winget-create#53. This is sorely needed because if a manifest…