ReSharper 2017.3 Help

Monitoring Errors/Warnings in Solution

ReSharper | Windows | Solution Errors
ReSharper_ShowErrorsView

While the solution-wide analysis is enabled, you can use the status bar indicator to monitor errors/warnings in solution and you can get a detailed report on all errors/warnings in your solution in the Errors/Warnings in Solution window.

To view the list of errors found in solution

  1. Enable solution-wide analysis.
  2. Do any of the following:
    • Choose ReSharper | Windows | Solution Errors in the main menu.
    • Right-click the circle indicator in the right corner of the status bar and choose Show Errors View from the drop-down list.
    • Double-click the circle indicator.

Either way, the Errors/Warnings in Solution window opens where you can view the list of detected errors/warnings and navigate to the related code by double-clicking the entries:

Reference Windows Errors in Solution

Even without opening this window, you can still easily navigate through errors in your solution with Alt+F12 / Shift+Alt+F12 ( ReSharper | Inspect | Next Error/Warning / ReSharper | Inspect | Previous Error/Warning ), or just by clicking the number of errors/warnings to the left of the status bar indicator.

If ReSharper cannot locate a file where errors were found, its entry in the Errors in Solution dialog is marked with a yellow cautionary triangle, as in the Solution Explorer.

If necessary, you can configure solution-wide analysis or ignore specific errors/warnings .

Last modified: 16 April 2018

See Also