Hey Remco,
I'm running VS 2013 update 4 with NCrunch 2.14.0.8. I upgraded to 2.14.0.8 a few days ago, but just noticed this morning that the in-editor status indicators (which indicate code-coverage and test status) are not updating properly. Here's the scenario:
I have a test which is failing (and the status indicators properly show red and an x at the line where an exception is thrown causing the test to fail). I fix the test, it re-runs automatically and the status indicators that were red turn to green, BUT the line that was throwing an exception still shows an x (just it's a green x rather than a red one which isn't something I've seen before) and the lines that weren't previously reached (in the test after the exception) that are now reached and are passing still show black circles like they aren't covered.
Even more frustrating is if there is a break in the test which I fix and then there is another break later in the same test, then the indicators completely stay the same--still red and still an x on the line which used to have an exception but now actually passes instead of having an x down on the new line that is now the cause of the test failure. (I know, many folks recommend that each test have only one assert, but I often have multiple asserts verifying various aspects of a particular action in a single test.)
If I click on one of these indicators and choose "Run covering test in new task runner process", then the indicators update properly after the test re-runs, but this is much less convenient than updating automatically (which is what used to happen).
Danny
P.S. Thanks for a great tool. NCrunch dramatically improves my productivity.