This content is part of a third party addin that is not supported by the Cake project.
For more information about this project, please visit
https://github.com/cake-contrib/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. |