This content is part of a third party extension that is not supported by the Cake project.
For more information about this extension see Cake.Issues.
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. |