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 IssueBuilder InFile(string filePath, Nullable<int> startLine, Nullable<int> endLine, Nullable<int> startColumn, Nullable<int> endColumn)
Parameters
| Name | Type | Description |
|---|---|---|
| filePath | string | |
| startLine | Nullable |
|
| endLine | Nullable |
|
| startColumn | Nullable |
|
| endColumn | Nullable |
Return Value
| Type | Description |
|---|---|
| IssueBuilder |
