Summary
    Analyses the specified solution, using the specified settings.
    
		- Namespace
- Cake.Common .Tools .InspectCode 
- Containing Type
- InspectCodeRunner
Syntax
public void Run(FilePath solution, InspectCodeSettings settings)Parameters
| Name | Type | Description | 
|---|---|---|
| solution | FilePath | The solution. | 
| settings | InspectCodeSettings | The settings. | 
Return Value
| Type | Description | 
|---|---|
| void | 
