Hi,
I'm seeing an issue where the coverage markers just disappear partway through methods:
Partway through the code under test:
Partway through the test code:
These are NUnit tests, and all the tests for this project pass when run manually, in less than a couple of seconds.
I've followed the steps
here, but it didn't get any better.
Any ideas?
Andy