Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

IConsole doesn't seem to support stdin #1816

Closed
TPIvan opened this issue Aug 17, 2022 · 2 comments
Closed

IConsole doesn't seem to support stdin #1816

TPIvan opened this issue Aug 17, 2022 · 2 comments

Comments

@TPIvan
Copy link

TPIvan commented Aug 17, 2022

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?

@KalleOlaviNiemitalo
Copy link

There is the proposal #1786 but it would support standard input only as TextReader and not as a binary Stream.

@TPIvan
Copy link
Author

TPIvan commented Aug 18, 2022

OK. Thanks. I just had a feeling that I don't understand it correct way.

@TPIvan TPIvan closed this as completed Aug 18, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants