Also make Otter-specific operations available in Otter 2.0.
Fixes #31.
⚠️ This may break some existing plans that use complicated PSDsc properties starting with @.
It should work fine as long as:
The property (which was previously inserted directly into the script) doesn't call any commands or use any variables (the system detects this and uses the property's value as a literal string instead).
The output of executing the property as a PowerShell expression is serializable.
I've tested it with the example (an array of integers) and it works as expected.
Also make Otter-specific operations available in Otter 2.0.
Fixes #31.
⚠️ This may break some existing plans that use complicated PSDsc properties starting with
@
.It should work fine as long as:
I've tested it with the example (an array of integers) and it works as expected.