GetAllDependencies(IReadOnlyPipeline, IExecutionState) Method
Gets all dependencies of this pipeline including DependencyOf declarations.
Namespace
Statiq.Common
Containing Type
IPipelineExtensions

Syntax

public static IEnumerable<string> GetAllDependencies(this IReadOnlyPipeline pipeline, IExecutionState executionState)

Remarks

This does not resolve nested dependencies, only the combination of Dependencies and DependencyOf declarations.

Parameters

Name Type Description
pipeline IReadOnlyPipeline The pipeline.
executionState IExecutionState The current execution state (usually an IEngine or IExecutionContext).

Return Value

Type Description
IEnumerable<string> All dependencies of the pipeline.