Hi,
I've a project with businesslogic, that has two target-frameworks:
Code:
<TargetFrameworks>net462;netcoreapp2.1</TargetFrameworks>
My test-project, with a direct reference to the business-project, has a single targetframework:
Code:
<TargetFrameworks>netcoreapp2.1</TargetFrameworks>
But everytime there's a change in some core-logic, I see the counter of NCrunch doubling the total count of Tests. There are currentlly 385 tests in the project, which Ncrunch knows, because of the text 'Montitoring 385 tests'. But after doing a change in some logic dat is used by most of the tests, NCrunch says '658 tests are queued for execution'.
It seems to me that this could be simply optimized?