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.
- Assembly
- Cake
.Issues .dll - Namespace
- Cake
.Issues - Containing Type
- IssueBuilder
Syntax
public static IssueBuilder NewIssue<T>(string identifier, string message, T issueProvider)
where T : IIssueProvider
Type Parameters
| Name | Description |
|---|---|
| T |
Parameters
| Name | Type | Description |
|---|---|---|
| identifier | string | |
| message | string | |
| issueProvider | T |
Return Value
| Type | Description |
|---|---|
| IssueBuilder |
