IIssueExtensions.

FilePath(IIssue) Method

Summary

Returns the full path of the AffectedFileRelativePath.
Assembly
Cake.Issues.dll
Namespace
Cake.Issues
Containing Type
IIssueExtensions

Syntax

public static string FilePath(this IIssue issue)

Parameters

Name Type Description
issue IIssue Issue for which the path should be returned.

Return Value

Type Description
string Full path of the file affected by the issue.