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.
Summary
Sets the link to the position in the file where the issue occurred.
- Assembly
- Cake
.Issues .dll - Namespace
- Cake
.Issues - Containing Type
- IssueBuilder
Syntax
public IssueBuilder WithFileLink(Uri fileLink)
Parameters
Name | Type | Description |
---|---|---|
fileLink | Uri | Link to the position in the file where the issue occurred. |
Return Value
Type | Description |
---|---|
IssueBuilder | Issue Builder instance. |