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 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
Windows Package Manager v1.8.1911
Windows: Windows.Desktop v10.0.19045.4780
System Architecture: X64
Package: Microsoft.DesktopAppInstaller v1.23.1911.0
The text was updated successfully, but these errors were encountered:
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
The text was updated successfully, but these errors were encountered: