coverlet always runs dll in debug folder #1455
-
|
I have a test.dll in bin\Release folder but the bin\Debug folder is empty under a project folder. When I run coverlet as shown below
The output shows below: If I copied the files from Release folder to Debug folder, the test cases can be executed as shown below: How to config coverlet to run the dll in release folder? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 2 replies
-
|
You have to tell |
Beta Was this translation helpful? Give feedback.
I can't say if it has anything to do with that issue. Maybe it is that the project uses .NET Framework 4.5.2, according to https://github.com/coverlet-coverage/coverlet/blob/master/Documentation/DriversFeatures.md the minimum supported version is 4.6.1.