CSV-Parser icon indicating copy to clipboard operation
CSV-Parser copied to clipboard

Cannot run tests on Visual Studio

Open yutokun opened this issue 2 years ago • 0 comments

It is a matter of the execution directory. Rider runs tests from output directory, so it reaches example CSVs. Opposite, VS runs from the home directory, so it fails.

Maybe fix it by embedding CSVs to test assembly and load from there.

yutokun avatar Mar 21 '22 04:03 yutokun