Closed rdonner closed 5 years ago
@rdonner thank you for taking the time to report this. This has also been reported here: https://github.com/chocolatey/choco/issues/1863 so rather than having two open issues for the same item, I am going to close this one in favour of the other. Please let me know if you have any questions.
Duplicate of #1863
This concerns Chocolatey 0.10.15.
What am I seeing?
I am running some PesterTests in PowerShell and try to get a specific version of SevenZip (among others). Pester does not return the desired results however, as I do not get any packages with the --exact: SevenZip --Version=18.05 command
What did I expect
I expect to find a single Package with the name SevenZip and version 18.05
Steps to Reproduce
I've used the following commands: choco list --localonly SevenZip choco list --localonly SevenZip --Version=18.05 choco list --localonly --exact: SevenZip choco list --localonly --exact: SevenZip --Version=18.05
All of them return a single package, except the last one.
Output Log