lanchapman
Results
1
issues of
lanchapman
When reading and writing a CSV file as a dynamic object, if headers are enabled, the first line after the header is dropped. ```cs using var readstream = new StreamReader("input.csv");...
bug