Skip to content

Add asynchronous TextReader/TextWriter APIs #1265

@Tarmil

Description

@Tarmil

It would be useful to be able to read XML, JSON or CSV from a TextReader and write it to a TextWriter asynchronously. Especially now that ASP.NET Core 3.0 is disabling synchronous I/O on requests and responses by default. This would mean an AsyncLoad(TextReader) and AsyncWriteTo(TextWriter) method on each of these providers.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions