Gérald Döserich
Gérald Döserich
@237dmitry Default is not executed in that case. That is the problem. ``` $Test = $Null | Out-Null switch($Test) { $null { Write-Host "It's null" } Default { Write-Host "It's...
Thanks @mklement0 for the detailed explaination. Digging through the other proposal and issues this is probably a case not often encountered but still results in confusing behaviour when it happens....
@Banreet any updates?
Same problem here. In the Command line there seems to be a missing backslash after the user folder:  Maybe that is causing the hang?
> @TheToor Hey Gerald - This PR has a merge conflict. If it's still needed, can you create a new pull request? We want to make sure you get credit....