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