Establish automated code review
With ReSharper, code review is actually easy. After all, the inspection markers that show errors and possible improvements and other issues are shown everywhere and are hard to miss.
![ReSharper highlights code issues in the editor ReSharper highlights code issues in the editor](https://resources.jetbrains.com/help/img/dotnet/2024.3/cookbook_review.png)
If, however, you want to inspect all issues at once, there’s a way to do that too — choose ReSharper | Inspect | Code Issues in Solution/Project from the menu. This will show you a tree that groups the issues by type and lets you drill down right to the particular instances:
![Detected code issues in the Inspection Result window Detected code issues in the Inspection Result window](https://resources.jetbrains.com/help/img/dotnet/2024.3/Reference__Windows__Inspection_Results.png)
Bearing in mind that each ReSharper's code inspection is configurable in the ReSharper Options dialog and the preference can be easily shared using the ReSharper's layered settings, what you get is effectively an automated code review process.