Boe Prox
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...
``` PowerShell class number { [int]$Number } Start-RSJob -Name ClassTest -ScriptBlock {[number]::new()} ``` _WriteStream : Unable to find type [number]._
Current Pester tests just ensure that the module has been loaded. This needs better tests to ensure that functions work as intended.