Visual Studio Enterprise 2017
NCrunch 3.5.0.1
I've been playing about with a Visual Studio extension called
MoeIDE. It's purpose is to allow the user to apply a background image to the whole of the Visual Studio IDE.
After applying an image to my IDE, I noticed that the NCrunch code coverage symbols, which usually appear on the left of a code file, are no longer visible. I happen to have Resharper installed and it's unit test related symbols, which appear further to the left of a code file compared to NCrunch, are visible.
Possibly the way the image is applied to the IDE is causing a problem for NCrunch with it's rendering of the code coverage icons. NCrunch is still running happily away in theb ackground, executing tests etc. But it can't seem to render the icons whilst this extension is enabled. When I disabled the extension, the NCrunch icons appeared as per normal.
Jason.