Open ArsenShnurkov opened 9 years ago
Thanks for the report. What you actually discovered is a bug in the class CmdletProvider
where properties are added to a PSObject.Properties
, but not to PSObject.Members
which is more a misconception of PSObject
. Long story short: Thanks for reporting, I will fix the issue you detected.
Note that the actual automatic variables work in Pash. Check this for example by just printing them:
$true
.
I am unable to test property for boolean values: