You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I wanted to replace direct using Console (e.g. Console.WriteLine) with IConsole, but I am missing access to stdin (e.g. Console.Read). Is it planned? Or is my thinking wrong?
The text was updated successfully, but these errors were encountered:
I wanted to replace direct using Console (e.g.
Console.WriteLine
) with IConsole, but I am missing access to stdin (e.g.Console.Read
). Is it planned? Or is my thinking wrong?The text was updated successfully, but these errors were encountered: