Reputation: 824
I have resharper installed and I'm not sure at this point whether it is resharper or VS?!
Upvotes: 1
Views: 761
Reputation: 18573
Have you run tests with code coverage enabled? ReSharper/dotCover will highlight covered code in green, and uncovered code in red. You can disable this in the "coverage" tab of the Unit Test Sessions window. Check the toolbar buttons. You should also be able to click "Disable code highlighting" in the ReSharper → Cover menu.
Upvotes: 2