You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Allow -Setting parameter to resolve setting presets as well when object is still a PSObject in BeginProcessing (#928)
* fix issue 807 by also trying to resolve the settings preset if the object is not resolved to a string yet. Tidy up existing logic.
TODO: add test (we do not have test coverage for setting presets)
* add test
* address PR comment about test syntax
else// if the provided argument is wrapped in an expressions then PowerShell resolves it but it will be of type PSObject and we have to operate then on the BaseObject
699
+
// if the provided argument is wrapped in an expressions then PowerShell resolves it but it will be of type PSObject and we have to operate then on the BaseObject
0 commit comments