Typing Console.ReadLine() into the interactive Window causes VS to completely hang.
It looks like Console Output has been redirected, but not Console Input.
> Console.IsInputRedirected
false
> Console.IsOutputRedirected
true
VS doesn't hang. The Interactive Host hangs - waits for input. As you point out STDIN is currently not redirected. Updated title.
Is there any decision, progress or ETA on this?
Most helpful comment
Is there any decision, progress or ETA on this?