dotCover
 
Get dotCover

Start Coverage Analysis for Startup Project

Last modified: 23 September 2024

dotCover lets you run the startup project of your Visual Studio solution under its control. All executable .NET project types are supported. With a single keystroke, dotCover will rebuild the solution and start the coverage run.

dotCover will run the startup project using the current build configuration, in the same way as when you press F5 in Visual Studio. Before running coverage analysis, make sure that the PDB information exists for all target assemblies. The safest choice would be to set the Debug as the build configuration.

If you need to run the project with custom configuration without changing the debug (or release) configuration, press CtrlAlt0K,0K or choose ReSharper | Cover | Cover Application… from the main menu For more information, refer to Start Coverage Analysis for External Applications.