JoshClose / CsvHelper

Library to help reading and writing CSV files
http://joshclose.github.io/CsvHelper/
Other
4.73k stars 1.06k forks source link

DisposeAsync async enumerators in CsvWriter #2265

Open CaringDev opened 3 months ago

CaringDev commented 3 months ago

fixes https://github.com/JoshClose/CsvHelper/issues/2264

As an alternative we could use await using var enumerator... but this would increase the difference between the overloads.