CsvHelper icon indicating copy to clipboard operation
CsvHelper copied to clipboard

CsvConfiguration.WhiteSpaceCharacters property value XML comment mismatch

Open i2van opened this issue 3 years ago • 0 comments

CsvConfiguration.WhiteSpaceChars contains only space

https://github.com/JoshClose/CsvHelper/blob/808dea2456b9c695eed1c124f67a2385e88b8a81/src/CsvHelper/Configuration/CsvConfiguration.cs#L159

while XML documentation also includes \t. Tab is not trimmed IRL.

https://github.com/JoshClose/CsvHelper/blob/808dea2456b9c695eed1c124f67a2385e88b8a81/src/CsvHelper/Configuration/IParserConfiguration.cs#L151

i2van avatar Sep 08 '21 15:09 i2van