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.
Syntax
public Issue(string identifier, string projectFileRelativePath, string projectName, string affectedFileRelativePath, Nullable<int> line, Nullable<int> endLine, Nullable<int> column, Nullable<int> endColumn, Uri fileLink, string messageText, string messageHtml, string messageMarkdown, Nullable<int> priority, string priorityName, string ruleId, string ruleName, Uri ruleUrl, string run, string providerType, string providerName, IReadOnlyDictionary<string, string> additionalInformation, string snippet, string sourceLanguage)
Parameters
| Name |
Type |
Description |
| identifier |
string |
|
| projectFileRelativePath |
string |
|
| projectName |
string |
|
| affectedFileRelativePath |
string |
|
| line |
Nullable<int> |
|
| endLine |
Nullable<int> |
|
| column |
Nullable<int> |
|
| endColumn |
Nullable<int> |
|
| fileLink |
Uri |
|
| messageText |
string |
|
| messageHtml |
string |
|
| messageMarkdown |
string |
|
| priority |
Nullable<int> |
|
| priorityName |
string |
|
| ruleId |
string |
|
| ruleName |
string |
|
| ruleUrl |
Uri |
|
| run |
string |
|
| providerType |
string |
|
| providerName |
string |
|
| additionalInformation |
IReadOnlyDictionary<string, string> |
|
| snippet |
string |
|
| sourceLanguage |
string |
|
Return Value