Flor Chacón
Flor Chacón
It's weird that it doesn't start when you call it with &, but it is still finding it. Otherwise you'd get "is not recognized as the name of a cmdlet,...
We can change the behavior if that makes it more intuitive. My thinking for making it not install anything if there was any package not found was that if it...
For troubleshooting, you could try downloading the `source.msix` manually (URI should be in the logs) and install it with the `Add-AppPackage` cmdlet. I believe that would show more information than...
> When a manifest contains the "displayName" key, the heuristics trying to match the "packageName" with the installed packages "displayName" should be ignored. Maybe we should completely ignore the heuristics...
Huh, looks like I completely forgot to use that string. You can get the actual latest available versions with `winget list`. As you say, it is not shown on `winget...
~What I think is happening:~ When listing the pins, we only show those for which we find an installed apps. That way you won't see pins for uninstalled apps. Then...
I think I know what's happening. We count the number of packages with unknown installed versions too early in the process, but there are other things later that can make...
https://github.com/microsoft/winget-cli/blob/master/doc/Completion.md
> ##[error]There are one or more test failures detected in result files. Detailed summary of published test results can be viewed in the Tests tab. > > I can't seem...
Going in a completely different direction.. What if instead of modifying the search behavior to match expectations, we add some messaging to set the expectations? For example, add a loose...