CsvHelper
CsvHelper copied to clipboard
Culture problem in testing
The tests were written without establishing the expected thread culture. This causes a problem with the passing of tests on systems with a culture other than US. It seems that at the beginning of the culture dependent tests it is enough to add Thread.CurrentThread.CurrentCulture = new CultureInfo ("en-US");
Are you seeing any bugs because of this?
Tests are strongly related to environment configuration, so I believe it is a bug.