JoshClose / CsvHelper

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

Just another unit test for number reading (mixed culture format) #2232

Open StefanBertels opened 7 months ago

StefanBertels commented 7 months ago

I just had to locate a bug regarding decimal number parsing (decimal separator issue). CsvHelper is working fine, but I wrote a simple test to rule out the possibility for a library issue. Bug was on my side (wrong culture given in user code).

Maybe you like to add this test safeguarding this use case -- maybe not.