ReSharper 2017.3 Help

General

ReSharper | Options | Tools | Build | General

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

ItemDescription
Build Engine
Use ReSharper Build If this check box is selected, ReSharper will optimize build process with ReSharper Build, which tracks changes in your solution and only rebuilds modified projects and necessary dependencies. In this case, ReSharper Build will be invoked on all build commands, e.g. Build | Build Solution (Ctrl+Shift+B) as well as for corresponding context menu commands on projects and solution folders in Solution Explorer.
If the check box is unselected, the native Visual Studio build management will be used. 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 loaded This self-explanatory option will be applied independently of selected build management preference.
Presentation
Status Bar: show build progress in status bar If this check box is selected, build progress is displayed in Visual Studio status bar.
Task Bar: show build progress in Windows task bar If this check box is selected, build progress is displayed in the Visual Studio icon on the Windows task bar.
Tool Window: when build starts, open the build progress view in a tool window

When this check box is selected, ReSharper brings up the Build & Run window to visualize build progress and status.

Paint output log

When this check box is selected, entries in the Output window are displayed in different colors, corresponding to their origin and kind.
This option is only available when the Write to output check box is selected.

Show build results after build completed This selector allows you to choose the level of build messages to display build results.
Find results view: enable grouping solution builder results by namespaces, types, and members Lets you toggle grouping of build results in build output shown in the Find Results window.
You may need to disable this option on large solutions to minimize the time after the build is finished and before the build results are displayed.
ReSharper Build
Use MSBuild.exe version Using this selector, you can choose the version of MSBuild.exe that is used to build the solution. You can choose one of the automatically detected MSBuild versions, or specify the path to a custom MSBuild executable in a non-standard location.
Use up to X processes in parallel Using this selector, you can choose the number of parallel process used to build the solution.
Restore NuGet packages before build When this check box is selected, ReSharper will restore NuGet packages for all projects in solution using ReSharper's proprietary mechanism, which works in all supported versions of Visual Studio. Note that this option requires .NET Framework 4.5 or higher to be installed on your machine.
Write log to output When this check box is selected, log items selected under it will be shown in Visual Studio's Output window.
Notes:
  • To display the Output window whenever you build a project, go to Tools | Options | Projects and Solutions | General and select Show Output window when build starts.
  • If you want log items to have different colors depending on their origin and kind, select Paint output log above on this page.
  • You can also configure how log items from NuGet are displayed in the output on the Tools | Build | NuGet page of ReSharper options.
Write to log file When this check box is selected, build output is saved to a log file. Use controls under this check box 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, ReSharper 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 Output window.
Last modified: 16 April 2018