PowerShell 3 bug with stack trace

I found another PowerShell 3 bug Let’s create the following Script.ps1 script if we run it in PowerShell 3 we will see As you see stacktrace here shown as At line:1 char:1. If we run the same script from PowerShell 2 which is much better, it shows real stacktrace I found that if we comment …