Summary
Gets all issues.
Compared to
ReadIssues()
it is safe to access Settings from this method.
- Assembly
- Cake
.Issues .dll - Namespace
- Cake
.Issues - Containing Type
- BaseIssueProvider
Syntax
protected abstract IEnumerable<IIssue> InternalReadIssues()
Return Value
Type | Description |
---|---|
IEnumerable |
List of issues. |