If you need a detailed report on all errors found in your solution, use the Errors in Solution tool window.
Tip
You can share found issues by copying them to the clipboard or exporting to a file. For more information, see Sharing Inspection Results.
- Choose ReSharper | Windows | Solution Errors Window.
- 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 in Solution
window opens where you can view the list of detected errors and navigate to them in code by double-clicking
their descriptions:
Even without opening this window, you can still easily navigate through errors in your solution with
ReSharper | Inspect | Next Error in Solution
(Alt+F12) and
ReSharper | Inspect | Previous Error in Solution
(Shift+Alt+F12) commands.
Note
When ReSharper cannot locate a file where errors were found, its entry in the Errors in Solution dialog box is marked with a yellow cautionary triangle, as in Solution Explorer.
Tip
In addition to viewing errors in solution, you can use the Inspection Results window to review all code issues discovered in your whole solution or in a narrower scope. See Viewing Inspection Results in a Project or Solution for details.
If necessary, you can configure the solution-wide analysis and ignore some errors.
