Summary
    Analyses the specified solution with ReSharper's InspectCode.
    
		- Namespace
- Cake.Common .Tools .InspectCode 
- Containing Type
- InspectCodeAliases
Syntax
[CakeMethodAlias]
[CakeAliasCategory("InspectCode")]
public static void InspectCode(this ICakeContext context, FilePath solution)Examples
InspectCode("./src/MySolution.sln");Attributes
| Type | Description | 
|---|---|
| Cake | An attribute used to mark script method aliases. | 
| Cake | An attribute used for documentation of alias methods/properties. | 
Parameters
| Name | Type | Description | 
|---|---|---|
| context | ICakeContext | The context. | 
| solution | FilePath | The solution. | 
Return Value
| Type | Description | 
|---|---|
| void | 
