Open ewanm89 opened 1 month ago
We've found some similar issues:
If any of the above are duplicates, please consider closing this issue out and adding additional context in the original issue.
Note: You can give me feedback by 👍 or 👎 this comment.
In regards to the duplicate the bot has found, that is a previous similar bug where the search terms is exactly the same twice. Here it is doing the fuzzy match and the exact ID match basically using different search input to get the same package each time.
Brief description of your issue
When upgrading packages (probably installing too, but not tested), if you list them twice on the command line but so the package is matched two different ways for example
$ winget upgrade Brave Brave.Brave
, it will download and install the same package upgrade twice:Steps to reproduce
Upgrade package, list it twice where once is a partial name that will match and once is the full id.
Expected behavior
It to recognise that it is the same package twice and drop the duplicate from being downloaded and installed.
Actual behavior
It will download and install the package twice.
Environment