choco
choco copied to clipboard
Chocolatey - the package manager for Windows
TODO: Fill out the template
## Description Of Changes TODO ## Motivation and Context TODO ## Testing TODO ## Things to test list * [ ] Test proxy functionality. If stuff is broken in NuGet.Client,...
N/A: Why it's not applicable ## Is Your Feature Request Related To A Problem? Please describe. It looks like `Get-ToolsLocation` always defaults to `c:\Tools` in a new choco session 😞....
### What You Are Seeing? When running the install command `Set-ExecutionPolicy Bypass -Scope Process -Force; [System.Net.ServicePointManager]::SecurityProtocol = [System.Net.ServicePointManager]::SecurityProtocol -bor 3072; iex ((New-Object System.Net.WebClient).DownloadString('https://community.chocolatey.org/install.ps1'))` in PowerShell 7.2.5, receive the message: `WARNING:...
### What You Are Seeing? If the user starts `choco uninstall` to uninstall Software which is not installed, then the user gets an error: ``` choco uninstall winrar Chocolatey v0.10.15...
Good evening ### What You Are Seeing? Chocolatey explains in the [docs functions](https://docs.chocolatey.org/en-us/create/functions/) for Variables like `$Env:ChocolateyForce`: > ChocolateyForce - Was --force passed? (0.9.10+) Actually, choco 1.1.0 behaves like this...
### What You Are Seeing? In `C:\ProgramData\chocolatey\logs\chocolatey.log`: Choco removes so much information from Error Logs so that troubleshooting becomes very tedious. They look like this: ``` … [ERROR] - ERROR:...
## Description Of Changes TODO ## Motivation and Context TODO ## Testing TODO ## Change Types Made * [ ] Bug fix (non-breaking change) * [ ] Feature / Enhancement...
### What You Are Seeing? When running on Mono on Linux (Mac probably also affected), choco fails to uninstall packages with package IDs that contain uppercase characters. ### What is...
## Description Of Changes This adds the ability to run Powershell scripts (hook scripts) before and after each type of package automation script runs. The hook scripts can be for...