-
-
Notifications
You must be signed in to change notification settings - Fork 4
Open
Labels
enhancementNew feature or requestNew feature or request
Description
Several code paths within the turtle will output XML (or null). These properties should have the output type attribute for clarity and in expectation of future use. Additionally, script properties should typecast to [xml]
([xml]$x
), rather than coerce to [xml]
($x -as [xml]
). Because they are script properties, they will already hide the casting error from the user, and we do not want the error to be hidden from `$error, as well.
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request