Solution-Wide Analysis
Find and resolve code issues in your projects.
Most of the code inspections in ReSharper and Rider only need the source code of a single file to detect code issues. In addition to these inspections, there are several solution-wide inspections for code issues which can only be detected in the scope of the entire solution, for example, to detect whether a method parameter is unused, or when classes can be made sealed based on there being no derived classes.
The analysis results will help you spot both compilation errors and runtime errors, even before running your application!
In this tutorial, we’ll have a look at Solution-Wide Analysis (SWEA).
What is Solution-Wide Analysis?
An introduction to Solution-Wide Analysis in ReSharper and Rider.
Exploring Code Analysis Results
Find code quality issues that matter and need your attention.
Fixing Warnings and Errors
Automatically resolve inspections using quick fixes.