dotCover 2020.3 Help

General

ReSharper | Options | Tools | Build | General

In this page of ReSharper options, you can configure preferences of ReSharper Build.

Build Engine

Use ReSharper BuildIf this checkbox is selected, dotCover will optimize build process with ReSharper Build, which tracks changes in your solution and only rebuilds modified projects and necessary dependencies.
If the checkbox is unselected, You may need to disable this option if your solution includes non-MSBuild projects or projects with custom build steps.
Run build after solution is loadedThis self-explanatory option will be applied independently of selected build management preference.

Build Parameters

Use up to X processes in parallelUsing this selector, you can choose the number of parallel process used to build the solution.
Restore NuGet packages before buildWhen this checkbox is selected, dotCover will restore NuGet packages for all projects in the current solution. Note that this option requires .NET Framework 4.5 or later to be installed on your machine.
Write log to outputWhen this checkbox is selected, log items selected under it will be shown in
Write to log fileWhen this checkbox is selected, build output is saved to a log file. Use controls under this checkbox to choose a verbosity level and a path where the log file is saved. If the selected log directory does not exist, it is shown in red. However, dotCover will create the non-existent path when logging to file for the first time.
Note that logging to file does not depend on logging to the window.
Invoke Pre- and Post- build event targets for skipped projects When dotCover uses heuristics to skip some projects during the build process, such projects are skipped completely, including all additional build logic.
Use this checkbox to always execute pre-build and post-build events for all projects.
Invoke BeforeBuild and AfterBuild targets for skipped projects When dotCover uses heuristics to skip some projects during the build process, such projects are skipped completely, including all additional build logic.
Use this checkbox to always execute BeforeBuild and AfterBuild MSBuild targets.
Last modified: 08 March 2021