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
Returns the line and column range in the format
{Line}:{Column}-{EndLine}:{EndColumn}.
- Assembly
- Cake
.Issues .dll - Namespace
- Cake
.Issues - Containing Type
- IIssueExtensions
Syntax
public static string LineRange(this IIssue issue)
Parameters
| Name | Type | Description |
|---|---|---|
| issue | IIssue | Issue for which the line and column range should be returned. |
Return Value
| Type | Description |
|---|---|
| string | Line and column range. |
