nCubed;16927 wrote:Just ran into the same issue. But different scenario. About the best I can recall:
* add new base class
* create new derived class in another project
* in derived class, split the window in VS (pull down from the top of the scroll bar to split horizontall)
The bottom window showed code coverage; not sure if the top did. But I collapsed the bottom split and all the code coverage was gone. I'm thinking this same scenario may have occurred when I first reported it, re: splitting the window horizontally using the scroll bar tool. Does that make sense?
This issue is one that I can explain :)
We don't support the split windows in VS. I know it feels cheap and nasty that we don't do this, but after reviewing what we needed to do to get this to work, it didn't seem worth handling it as it would make our VS integration much more brittle. If you split a window vertically or horizontally, you'll only get the NCrunch markers on one side of the split. When the split is removed, you may need to close and reopen the window for the markers to re-appear.