Kaleb Luedtke
Kaleb Luedtke
I believe this is because you have multiple versions of Blender installed
@denelon - I may be able to do this one; Any issues you foresee with the proposed implementation?
How is this use case different than #476 ?
> * @denelon duplicate/related to [Add "Ignore installed package" option #1439](https://github.com/microsoft/winget-cli/issues/1439) I disagree. #1439 is more around pinning - > It would be very useful to have an "ignore" option...
What is shown when you run `winget list AIMP` ?
As I was looking into this, in additon to the bug above, I found that this application installs side by side. Setting `UpgradeBehavior: uninstallPrevious` is not an option, as the...
> > What is shown when you run `winget list AIMP` ? > > Thank you; This looks exactly like the issue I reported in the issue linked above, which...
> @denelon I guess this is completed. [`master`/schemas/JSON/settings/settings.schema.0.2.json#L34](https://github.com/microsoft/winget-cli/blob/master/schemas/JSON/settings/settings.schema.0.2.json#L34) I disagree. This is about verbosity during the install process, not post-install looking at a log.
I see the same behavior when using the store ID. Here is the [full log](https://pastebin.com/8PTe3Mxi) from my sandbox to help the engineers diagnose the issue ``` 2022-09-17 20:05:02.497 [CLI ]...
To be fair, I haven't seen it output LF endings. I think your assessment is correct that on Windows it will always use CRLF, similar to YamlCreate. I think that...