Roslyn: Interactive Window should redirect standard input

Created on 31 Dec 2015  路  3Comments  路  Source: dotnet/roslyn

Typing Console.ReadLine() into the interactive Window causes VS to completely hang.

Area-Interactive Bug

Most helpful comment

Is there any decision, progress or ETA on this?

All 3 comments

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?

Was this page helpful?
0 / 5 - 0 ratings