Summary
Gets all code analysis issues.
Compared to
ReadIssues(PrcaCommentFormat)
it is safe to access PrcaSettings
from this method.
- Assembly
- Cake
.Prca .dll - Namespace
- Cake
.Prca .Issues - Containing Type
- CodeAnalysisProvider
Syntax
protected abstract IEnumerable<ICodeAnalysisIssue> InternalReadIssues(PrcaCommentFormat format)
Parameters
Name | Type | Description |
---|---|---|
format | PrcaCommentFormat | Preferred format of the comments. |
Return Value
Type | Description |
---|---|
IEnumerable |
List of code analysis issues |