Summary
Gets all code analysis issues.
- Assembly
- Cake
.Prca .Issues .EsLint .dll - Namespace
- Cake
.Prca .Issues .EsLint - Containing Type
- LogFileFormat
Syntax
public abstract IEnumerable<ICodeAnalysisIssue> ReadIssues(PrcaSettings prcaSettings, EsLintIssuesSettings settings)
Parameters
| Name | Type | Description |
|---|---|---|
| prcaSettings | PrcaSettings | General settings to use. |
| settings | EsLintIssuesSettings | Settings for code analysis provider to use. |
Return Value
| Type | Description |
|---|---|
| IEnumerable |
List of code analysis issues |