Summary
Returns the directory of the
ProjectFileRelativePath
.
- Assembly
- Cake
.Issues .dll - Namespace
- Cake
.Issues - Containing Type
- IIssueExtensions
Syntax
public static string ProjectDirectory(this IIssue issue)
Parameters
Name | Type | Description |
---|---|---|
issue | IIssue | Issue for which the project directory should be returned. |
Return Value
Type | Description |
---|---|
string | Directory of the project to which the file affected by the issue belongs. |