Boe Prox

Results 3 issues of Boe Prox

I'm looking at creating two branches so we can focus development of this module that only supports V3+ and another that allows for V2+ support. Supporting V2 is sometimes challenging...

enhancement
PowerShellV2
PowerShellV3+
Ready

``` PowerShell class number { [int]$Number } Start-RSJob -Name ClassTest -ScriptBlock {[number]::new()} ``` _WriteStream : Unable to find type [number]._

enhancement
help wanted

Current Pester tests just ensure that the module has been loaded. This needs better tests to ensure that functions work as intended.

Pester