Summary
Gets all code analysis issues.
- Assembly
- Cake
.Prca .dll - Namespace
- Cake
.Prca .Issues - Containing Type
- CodeAnalysisProvider
Syntax
public IEnumerable<ICodeAnalysisIssue> ReadIssues(PrcaCommentFormat format)
Parameters
| Name | Type | Description |
|---|---|---|
| format | PrcaCommentFormat | Preferred format of the comments. |
Return Value
| Type | Description |
|---|---|
| IEnumerable |
List of code analysis issues |