2
I Use This!
Activity Not Available

Commits : Listings

Analyzed about 1 year ago. based on code collected about 1 year ago.
Jan 20, 2023 — Jan 20, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
TEST: Add tests for existing Clear-Variable implementation. More... almost 9 years ago
REFACTOR: Fix duplicated code in Set-Variable/Get-Variable commands More... almost 9 years ago
Set-Variable - Implement Include and Exclude parameters. More... almost 9 years ago
Set-Variable - Implement Scope parameter. More... almost 9 years ago
New-Variable - Implement Scope parameter. More... almost 9 years ago
Set-Variable - Implement Force parameter. More... almost 9 years ago
REFACTOR: Remove overloaded method added to PSVariableIntrinsics More... almost 9 years ago
Set-Variable - Implement Visibility parameter. More... almost 9 years ago
Set-Variable - Implement Option parameter. More... almost 9 years ago
Set-Variable - Implement Description parameter More... almost 9 years ago
Set-Variable - Implement PassThru parameter More... almost 9 years ago
Handle multiple pipeline values passed to Set-Variable. More... almost 9 years ago
Add tests for current Set-Variable implementation. More... almost 9 years ago
Prevent getting or setting private variables. More... almost 9 years ago
Handle private variables in Get-Variable command. More... almost 9 years ago
New-Variable - Support -Visibility parameter. More... almost 9 years ago
REFACTOR: Remove code setting target information on error category. More... almost 9 years ago
ErrorRecord and ErrorCategoryInfo ToString now matches PowerShell. More... almost 9 years ago
Support -Force parameter in New-Variable command. More... almost 9 years ago
Change error when trying to modify a constant or read-only variable. More... almost 9 years ago
Get-Variable - Variables are returned sorted by name. More... almost 9 years ago
Ensure $null variable scope cannot be changed. More... almost 9 years ago
Allow an object's enum field or property to be set with a string value More... almost 9 years ago
Allow $null variable to be used on left hand side of assignment. More... almost 9 years ago
Get-Variable: Handle escaped wildcards in name. More... almost 9 years ago
TEST: Move variable tests into one class. More... almost 9 years ago
Question mark variable is now read-only. More... almost 9 years ago
Prevent constant variables from being overwritten. More... almost 9 years ago
TEST: Add tests for existing New-Variable implementation. More... almost 9 years ago
Get-Variable now writes an ErrorRecord if a variable cannot be found More... almost 9 years ago