Cory Knox
Cory Knox
The masking is good, but there are a number of parts of the portal where you could mouse over the obscured text and Azure dutifully discloses the obscured portion through...
It would be *really really* cool if the buttons could be made context aware... For instance, I'd love to have commands that only fire if the language is PowerShell. Something...
Get-Credential is trying to load a credential object even if it's not been stored yet. This causes an exception to be thrown. May be related to #9 as well. If...
On MacOS (and I imagine Linux) dot files are hidden, and as such, are not displayed by `Get-ChildItem` which `Open-EditorFile` uses to get the file(s) to open. This makes using...
After some contemplation, I've realized there's no need to make a request to change/add to the PSES module, as I can just do it in my profile. However, what I...
### 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:...
## Is Your Feature Request Related To A Problem? Please describe. Currently `build.debug.bat` states: `calling "C:\code_local\develop\build.ps1" with args` which is inaccurate as it's actually calling with `-Configuration Debug` and then...
## Is Your Feature Request Related To A Problem? Please describe. I would like to see a command (perhaps `choco support` as it already exists in the licensed extension) that...
## Description Of Changes * Update the Vagrantfile used for running tests to be able to run tests against stable releases. * Update Contributing.md to move testing section into Testing.md....
## Is Your Feature Request Related To A Problem? Please describe. When fixes for issues in Chocolatey are added, we usually add a Pester test to ensure we don't regress...