dotCover 2017.3 Help

.NET Process

Ctrl+Alt+K K

In Visual Studio:
ReSharper | Cover | Cover Application...
ReSharper_CoverApplication

In dotCover standalone application:
File | Cover Application...

If you need to analyze coverage of a .NET process that is started in a custom way, you can start the Coverage Controller first, and then start your .NET process. dotCover will then attach to the process automatically and record coverage analysis while the process is executed.

To analyze coverage of an arbitrary .NET process

  1. Do one of the following:
    • In Visual Studio, press Ctrl+Alt+K K or choose ReSharper | Cover | Cover Application... in the main menu
    • In dotCover standalone application, press Ctrl+Alt+K K or choose File | Cover Application... in the menu.
  2. In the Coverage Configuration dialog that appears, choose .NET Process.
  3. Click Filter Processes to specify include (with +) and/or exclude (with -) masks for process names.
  4. Optionally, select the Advanced check box to configure additional settings:
    • Click Edit Symbol Search Policy to specify where to search for PDB information.
    • Click Edit Filters to view existing and add new coverage filters. Note that the filters you add with this button are only applied to the current session.
  5. Click Run. dotCover will open the Coverage Controller dialog and then wait for the first .NET process that starts.
  6. Start your .NET process.
    As soon as dotCover detects the process that matches the specified filter, The controls in the Coverage Controller dialog become enabled and you can start the coverage run.
  7. If the Start immediately check box was selected, the coverage run starts immediately. Otherwise, dotCover waits until you click Start in the Coverage Controller dialog. When the coverage run is started, you can record code coverage.
Last modified: 17 April 2018

See Also