Running this code on PowerShell 3.0 produces different results for $x and $y:$x = $false$y = $false[Boolean]::TryParse("true", [System.Management.Automation.PSReference] $x)[Boolean]::TryParse("true", [ref] $y)I would expect both values to be true, as is the case on PowerShell 1.0 and 2.0.
Have you seen this problem before in this product?
Please wait...