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 | I |
The current pipelines. |
Return Value
| Type | Description |
|---|---|
| IEnumerable |
All dependencies of the pipeline. |