Hi there,
We are using nCrunch version 3.22.0.1 at work and started migrating our codebase to dotnet core/standard recently.
We have one particular library, which relies on NUnit 3.11.0 and includes some internal helper functionality to support our actual test projects. It doesn't contain any tests itself (hence it is dotnet standard). Unfortunately, we link this project in all test projects (some in net472, some in dotenet core 2.2 at this stage).
nCrunch reports build failure for that particular lib and stops processing rest of the test assemblies, which makes nCrunch unusable at this stage.
I am curious if this issue has been addressed already, in a newer version perhaps? If so, that'll be a good reason to upgrade :)
Thanks in advance.