Summary
Deserializes an
Issue
from a JSON file.
- Assembly
- Cake
.Issues .dll - Namespace
- Cake
.Issues .Serialization - Containing Type
- Issue
Deserialization Extensions
Syntax
public static Issue DeserializeToIssue(this FilePath filePath)
Parameters
Name | Type | Description |
---|---|---|
filePath | FilePath | Path to the JSON file. |
Return Value
Type | Description |
---|---|
Issue | Instance of the issue. |