Joel Bennett
Joel Bennett
If a module install fails to install a dependency, it stops installing any other dependencies. Once I've resolved that dependency... I want an easier way to say: Get-Module | %...
- [ ] Depends on #10 We want to change Find-Module to have: `-MinimumVersion` aliased to Version for compatibility with Import-Module `-RequiredVersion` One of them (probably `MinimumVersion`, based on the...
The repository modules need to be updated before #9 can be done. Each FindModule should have: `-MinimumVersion` aliased to Version for compatibility with Import-Module `-RequiredVersion` Note: `RequiredVersion` is the parameter...
Presumably we want to honor the "RequireLicenseAcceptance" flag in the nuspec packages? How? Just require them to pass -AcceptEula and if not, pop open a browser with the LicenseUrl
Install-Module and Update-Module ought to have a "MinimumVersion" and a "RequiredVersion" right now they have a -Version which they're **incorrectly** treating as a "RequiredVersion"
In order to make the review process faster, please take a few minutes to go through this checklist: ## Acceptance Criteria - All of the following criteria must be met:...
Because there are many executables (mostly of linux origin) which use stderr to write *status* messages (in addition to errors), and rely purely on exit code to indicate whether there...
You should change your readme from: ``` powershell Import-Module PowerBash\PowerBash.psm1 3>$null ``` To: ``` powershell Import-Module PowerBash\PowerBash.psm1 -DisableNameChecking ``` You don't need to redirect warnings, just disable them.
### Prerequisites - [X] Write a descriptive title. - [X] Make sure you are able to repro it on the [latest released version](https://github.com/PowerShell/PowerShell/releases) - [X] Search the existing issues. -...
**What is missing?** Support for the new Gateway APIs **Why do we need it?** It's the next generation of Kubernetes Ingress, Load Balancing, and Service Mesh APIs. **Anything else we...