Theraot icon indicating copy to clipboard operation
Theraot copied to clipboard

ReadLineAsync/WriteLineAsync are missing

Open NN--- opened this issue 5 years ago • 1 comments

There is WriteLine but no WriteLineAsync: https://docs.microsoft.com/en-us/dotnet/api/system.io.streamwriter.writelineasync?view=netframework-4.7.2 As well ReadLineAsync https://docs.microsoft.com/en-us/dotnet/api/system.io.textreader.readlineasync?view=netframework-4.7.2#System_IO_TextReader_ReadLineAsync

NN--- avatar Jan 31 '19 21:01 NN---

I have been looking into this, I do not think it can be properly done with extension methods. So, I think it will be StreamReaderEx and StreamWriterEx.

theraot avatar Oct 23 '19 21:10 theraot