csv
csv copied to clipboard
Really simple csv library
This PR contains the following updates: | Package | Change | [Age](https://docs.renovatebot.com/merge-confidence/) | [Confidence](https://docs.renovatebot.com/merge-confidence/) | |---|---|---|---| | [Microsoft.NET.Test.Sdk](https://redirect.github.com/microsoft/vstest) | `18.0.0` -> `18.0.1` |  |  | --- ### Release...
See #104 This is a possible way to implement some of the `WriteAsync` methods on `TextWriter`.
When writing to the TextWriter there is both are both synchronous (`.Write`) and asynchronous (`.WriteAsync`) methods. Its not hard to imagine situations where this maters, but in particular when I'm...