JetBrains Rider 2018.2 Help

Errors in Solution window

View | Tool Windows | Errors in Solution
Ctrl+Alt+2


This window displays the list of solution-wide errors/warnings that were discovered during solution-wide analysis.

JetBrains Rider: Errors in Solution window

Toolbar Controls

Control

Name

Description

ThemedIcon SolutionAnalysis Screen Gray

Analyze Errors in Solution

Toggles solution-wide analysis on/off.

ThemedIcon SolutionAnalysisPause Screen Gray / ThemedIcon SolutionAnalysisContinue Screen Gray

Pause/Continue Analysis

If you turn the solution-wide analysis off and then decide to turn it on again, JetBrains Rider will have to repeat some of the initial calculations, which may be time-consuming. To avoid this, you can pause and resume the solution-wide analysis instead.

ThemedIcon Warning Screen Gray

Include/Exclude Warnings

Use this button to enable/disable warnings in solution-wide analysis.

When warnings are enabled in the solution-wide analysis, it works as follows: as long as there are errors in the solution, only errors will be displayed; unresolved warnings will only appear when the last error is fixed. When warnings are disabled, the status bar indicator will turn green as soon as the last error is fixed.

ThemedIcon IgnoreErrors Screen Gray

Ignore Errors

Excludes selected errors/warnings (or all errors/warnings in a selected file) from the list of found issues (or strikes them through if Show Ignored Errors is switched on). For more information, see ignoring errors in solution.

ThemedIcon UnignoreErrors Screen Gray

Stop Ignoring Errors

Shows or previously ignored errors (or removes strikethrough if Show Ignored Errors is switched on). For more information, see ignoring errors in solution.

ThemedIcon ShowIgnoredErrors Screen Gray

Show Ignored Errors

Makes ignored errors visible but strikes them through.

ThemedIcon ReanalyzeFilesWithErrors Screen Gray

Reanalyze Files with Errors

Launches the process of reanalyzing files where errors were previously found.

ThemedIcon ReanalyzeAllFiles Screen Gray

Reanalyze All

Launches the process of reanalyzing all files in the solution.

ThemedIcon ExpandAll Screen Gray ThemedIcon CollapseAll Screen Gray

Expand All/ Collapse All
Ctrl+NumPad Plus/ Ctrl+NumPad Minus

Expands/collapses all nodes in the current tab.

icon scroll from source on title bar

Show Frameworks in Tree

When this option is enabled, you can expand each error/warning to see for which of the selected .NET frameworks it applies.

Frameworks selector

Use this selector to choose which .NET frameworks should be used as sources of errors and warnings.

icon autoscroll to source

Autoscroll to Source

When this button is pressed, source code in the editor editor is scrolled according to the items selected in the window.

Title bar context menu and buttons

You can right-click on 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

icons general gearPlain svg

Click this button to access a subset of the context menu commands that let you configure window's viewing mode.

icons general hideToolWindow svgShift+Escape Use this icon or shortcut to hide the tool window.

When used in combination with the Alt key, clicking this icon hides all the tool windows attached to the same tool window bar.

Last modified: 21 December 2018

See Also