One way of dealing with ReSharper code inspections is
However, ReSharper provides a wider overview of errors and problems in your code with the Inspection Results tool window. It allows you to browse all inspections (warnings, suggestions, and hints) that ReSharper discovers across your solution or in a narrower scope, and apply fixes to them.
Tip
If
- Do one of the following:
- On the main menu, choose ReSharper | Inspect | Code Issues in Solution or ReSharper | Inspect | Code Issues in Current Project.
- In the Solution Explorer window, right-click the desired node, choose Find Code Issues from the context menu.
- The Inspection Results window will open automatically after inspections finish running.
Either way, the Inspection Results window opens where you can view the list of discovered warnings and suggestions and navigate to them by double-clicking their
descriptions:
