I have a simple class library that gets tested with MSTest using VS 2010.
I installed the trial version of dotCover 1.2. with no ReSharper installed.
VS only has the menu items "Cover Startup Project" and "Cover Application". They open boxes where I can open all kinds of applications but no class library.
Is it not possible to calculate code coverage for a class library without another application that uses it?