GetAllDependencies(IReadOnlyPipeline, IReadOnlyPipelineCollection) 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, IReadOnlyPipelineCollection pipelines)

Remarks

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

Parameters

Name Type Description
pipeline IReadOnlyPipeline The pipeline.
pipelines IReadOnlyPipelineCollection The current pipelines.

Return Value

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