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
Convert the task and dependencies to mermaid syntax string
Syntax
public Task<string> SerializeAsync(ICakeContext context, ICakeTaskInfo task, IReadOnlyList<ICakeTaskInfo> tasks)
Attributes
Type |
Description |
AsyncStateMachineAttribute |
|
Parameters
Name |
Type |
Description |
context |
ICakeContext |
|
task |
ICakeTaskInfo |
|
tasks |
IReadOnlyList<ICakeTaskInfo> |
|
Return Value
Type |
Description |
Task<string> |
|