Summary
Initializes the code analysis provider.
- Assembly
- Cake
.Prca .dll - Namespace
- Cake
.Prca .Issues - Containing Type
- CodeAnalysisProvider
Syntax
public virtual bool Initialize(PrcaSettings settings)
Parameters
Name | Type | Description |
---|---|---|
settings | PrcaSettings | General settings |
Return Value
Type | Description |
---|---|
bool | true if the initialization was successful, false otherwise. |