GraphSettingsExtensions.

WithCustomGenerator(GraphSettings, ITaskGraphGenerator) Method

Summary

Use a custom generator
Namespace
Cake.Graph
Containing Type
GraphSettingsExtensions

Syntax

public static GraphSettings WithCustomGenerator(this GraphSettings settings, ITaskGraphGenerator generator)

Parameters

Name Type Description
settings GraphSettings
generator ITaskGraphGenerator

Return Value

Type Description
GraphSettings