EliziumNet / RexFs

Regular expression based Bulk File/Directory renamer
MIT License
4 stars 2 forks source link

Take back Shelly class implementation from Klassy #27

Closed plastikfan closed 2 years ago

plastikfan commented 3 years ago

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.