Hi,
I've just found another issue... If I add a new CSV file to my solution, I enable the option copy to solution.
This seems to work correctly. If I try to execute the tests following message appears:
Failed to get rows from data source: Failed to read CSV data file: 'filename.csv'. Could not find file '<Path to project>\bin\Debug\filename.csv'
If I look in this folder, the file is not copied there. If I add it manually to this location, the tests run correctly.
To copy it there manually is ok, but if you want to adapt the input data, the file in the bin\Debug folder is not updated.
I even tried to do a clean solution and execute it... the same probleme...
This happens only with some of the .csv files... I do not know exactly what makes the difference because I use everytime I add a .csv file the same actions....
Regards
Anja