PowerShellGuard icon indicating copy to clipboard operation
PowerShellGuard copied to clipboard

A Guard implementation for PowerShell

Results 7 PowerShellGuard issues
Sort by recently updated
recently updated
newest added

The New-Guard command does not like me giving it a folder name with spaces in it. I tried many work around but I cannot find a way to protect the...

Feature Enhancement :) It would be nice to be able to supply my own Powershell script block to execute instead of just a string of text. Further, it would be...

Running the second example yields lot of these errors: ``` PS C:\Projects\PSTMigration> dir *.ps1 | New-Guard -TestPath {"./Tests/$($_.basename).Tests.ps1"} Resolve-Path : Cannot evaluate parameter 'Path' because its argument is specified as...

When tests run as jobs, there should be commands to start and stop them.

Get tests running in jobs and make wait-guard just block on returning jobs.