EliziumNet/RexFs

Take back Shelly class implementation from Klassy

Closed this issue · 1 comments

Take back Shelly class implementation from Klassy

discovered some problems with strong typing that I have never seen before, occuring with [UndoRename] type

See: PowerShell 5 and classes - Cannot convert the “X” value of type “X” to type “X”

As a workaround, I have had to replace [Undo-Rename] with [object], which is far less than satisfactory. Issues like this make me feel like giving up on PowerShell.