JetBrains Rider 2024.1 Help

dotCover

Use this settings page to configure .NET coverage analysis.

Use NGen native images

If selected, .NET Framework runtime will be allowed to load application's native images during coverage analysis. This may speed up the analysis: The application under coverage executes faster. Note that in some cases, using NGen images might be not possible. This will result in an application exception in case of getting coverage of an app and inconclusive tests in case of getting coverage of unit tests. In both cases, the setting must be disabled.

Preload test runners

Speeds up the startup phase of unit tests coverage analysis as the unit test runners are already loaded into memory. Normally, you should not disable this setting unless asked by the JetBrains Rider support.

Run test classes in parallel

If selected, dotCover will run test classes within an assembly in parallel. This may speed up coverage analysis. Note that the maximum number of processes running in parallel is defined by the Maximum number of test runners to run in parallel option on the Build, Execution, Deployment | Unit Testing page of JetBrains Rider settings Ctrl+Alt+S.

Last modified: 17 April 2024