JetBrains Rider 2022.1 Help

Build window

The Build window displays build output, progress, and results.

The window appears automatically as soon as you start the build, and it shows live build output as a log view. You can disable or enable the log output and choose its verbosity level using the Write log to output option on the Build, Execution, Deployment | Toolset And Build page of JetBrains Rider settings Ctrl+Alt+S.

By default, if build completes with errors or warnings, the Build window automatically switches to the tree view where all errors and warnings are displayed as clickable items and grouped by projects. If there are build errors, the tree view will only display errors. As soon as the build succeeds, the tree view will display warnings, if any.

JetBrains Rider: Build window

If you do not want the Window to automatically switch to the tree view, clear the Tool Window: switch to tree view after the build if build events were reported on the Build, Execution, Deployment | Toolset and Build | Presentation page of the IDE settings Ctrl+Alt+S. On that settings page, you can also opt not to display the Build wild automatically after the build is started or completed.

You can switch between the log and tree view modes of the Build window with the Toggle tree view mode Toggle tree view mode button on the toolbar.

In both log and tree view modes, you can quickly locate build errors and warnings in the editor by double-clicking or pressing F4 on the corresponding items. In the tree view mode, you can also press Alt+F1 on an error or warning to locate the containing file in another tool window.

If logging build results to file is enabled on the Build, Execution, Deployment | Toolset And Build page of JetBrains Rider settings Ctrl+Alt+S, you can open the build log file by clicking Open log file Open log file on the toolbar.

Toolbar Controls

Control

Name

Description

Themed icon sol builder duo build screen gray

Build

Builds the current solution or allows you to choose another build actions: Rebuild or Clean

Icon tree

Toggle tree view mode

Switches window content between log view and tree view.

Icon open log file

Open log file

If logging build results to file is enabled on the Build, Execution, Deployment | Toolset And Build page of JetBrains Rider settings , you can use this button to open the build log file.

Themed icon up screen gray Themed icon down screen gray

Previous/Next


Ctrl+Alt+Up/ Ctrl+Alt+Down

Navigate to the previous/next item and scrolls through the source code accordingly.

Themed icon settings screen gray

Build Settings

Opens the Build, Execution, Deployment | Toolset And Build page of JetBrains Rider settings , where you can configure all settings related to the build process.

Icon help

Help

Click this button or press F1 to open this help topic.

Title bar context menu and buttons

You can right-click the window title bar and use the context menu to configure its viewing mode, associate the window with a different tool window bar, or resize and hide the window.

You can also use the toolbar buttons:

Item

Shortcut

Description

Hide tool window

Shift+Escape

Hide the tool window .

To hide all the tool windows, press Ctrl+Shift+F12.

Last modified: 22 July 2022