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.Graph.
Summary
Converts the task to a graph and outputs the string for displaying
- Assembly
- Cake
.Graph .dll - Namespace
- Cake
.Graph .Generators - Containing Type
- ITaskGraphGenerator
Syntax
Task<string> SerializeAsync(ICakeContext context, ICakeTaskInfo task, IReadOnlyList<ICakeTaskInfo> tasks)
Parameters
Name | Type | Description |
---|---|---|
context | ICakeContext | |
task | ICakeTaskInfo | |
tasks | IReadOnlyList |
Return Value
Type | Description |
---|---|
Task |