Uses Roslyn to analyze any source files loaded in the previous
pipeline along with any specified assemblies. This pipeline
results in documents that represent Roslyn symbols.
- Namespace
- Statiq
.Docs .Pipelines - Interfaces
- Base Types
-
- object
- Pipeline
Syntax
public class Api : Pipeline, IPipeline, IReadOnlyPipeline
Constructors
Name | Summary |
---|---|
Api |
Properties
Name | Property Type | Summary |
---|---|---|
Dependencies | HashSet |
Inherited from Pipeline
|
DependencyOf | HashSet |
Inherited from Pipeline
|
Deployment | bool |
Inherited from Pipeline
|
ExecutionPolicy | ExecutionPolicy |
Inherited from Pipeline
|
InputModules | ModuleList |
Modules that will execute during the input phase.
Inherited from Pipeline
|
Isolated | bool |
Inherited from Pipeline
|
OutputModules | ModuleList |
Modules that will execute during the output phase.
Inherited from Pipeline
|
Post |
bool |
Inherited from Pipeline
|
PostProcessModules | ModuleList |
Modules that will execute during the post-process phase.
Inherited from Pipeline
|
ProcessModules | ModuleList |
Modules that will execute during the process phase.
Inherited from Pipeline
|