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
Use a custom generator
- Assembly
- Cake
.Graph .dll - Namespace
- Cake
.Graph - Containing Type
- Graph
Settings Extensions
Syntax
public static GraphSettings WithCustomGenerator(this GraphSettings settings, ITaskGraphGenerator generator)
Parameters
| Name | Type | Description |
|---|---|---|
| settings | GraphSettings | |
| generator | ITaskGraphGenerator |
Return Value
| Type | Description |
|---|---|
| GraphSettings |
