csv icon indicating copy to clipboard operation
csv copied to clipboard

Really simple csv library

Results 13 csv issues
Sort by recently updated
recently updated
newest added

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` | ![age](https://developer.mend.io/api/mc/badges/age/nuget/Microsoft.NET.Test.Sdk/18.0.1?slim=true) | ![confidence](https://developer.mend.io/api/mc/badges/confidence/nuget/Microsoft.NET.Test.Sdk/18.0.0/18.0.1?slim=true) | --- ### 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...