microsoft / microsoft/winget-cli

Add a new package field named 'Unreliable/Winget-Unstable' for problematic packages

Open
#4,959 3 comments 1 reaction 0 assignees View on GitHub

Nobody has claimed this yet.

Issue-Feature
Dominant language
C++
Stars
26.4k
Forks
1.8k
Avg merge
1d 11h
Merged PRs (30d)
15

Description

Description of the new feature / enhancement

There are a lot of winget-pkgs that are broken when installed through winget.

So instead of removing a package, can we add field Unreliable or Winget-Unstable(or anything more-suited) to a package which we know has issues when installed through winget.
It would just the add a Note at the end of installation or even with winget show saying the installation may have issues.
The whole point is to keep User informed of what's happening.
Note that we can't use the word 'Deprecated' for field name as that is something that package-dev would state.

Proposed technical implementation details
  • We add optional field named Unreliable or Winget-Unstable to packages that which we know or have confirmed have issues when installed through winget or in general -> winget-pkg change.
  • It would just the add a Note at the end of installation or even with winget show saying the installation may have issues -> winget-cli change.
  • Above could be extended to add individual notes or details. Or marked as 'version-mismatch issue', 'uninstall issue', '', etc. -> winget-pkg and winget-cli change.

Contributor guide

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Research direction

Review the winget-pkgs package metadata and the winget-cli paths handling package installation and winget show. Determine how an optional Unreliable or Winget-Unstable field could be represented and surfaced as an installation note. Done means the field and its note behavior are defined across both repositories, including any supported issue details.

Written by the indexing model from the issue text.

Assessment

Tech stack
cpp
Domain
cli, tooling
Issue type
Feature
Difficulty
5/5
Estimated time
Over a week
Activity status
Stale
Clarity
Mostly clear
Newbie friendliness
25/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.