In the options menu of ReSharper, under Tools > Unit Testing > MSTest, you can enable MSTest, and then there is a checkbox "Run tests even if Code Coverage is enabled".
Wat is the impact of enabling this option?
It was initally off, but as Code Coverage is enabled on our project, I had to check this option for ReSharper to run the unit tests. But why would ReSharper, by default, not want to run MSTest unit tests when Code Coverage is enabled?