- Namespace
- Statiq
.Common - Containing Type
- I
Analyzer Collection Extensions
Syntax
public static void Add(this IAnalyzerCollection analyzers, string name, LogLevel logLevel, IEnumerable<KeyValuePair<string, Phase>> pipelinePhases, Func<IAnalyzerContext, Task> analyzeFunc)
Parameters
| Name | Type | Description |
|---|---|---|
| analyzers | IAnalyzerCollection | |
| name | string | |
| logLevel | LogLevel | |
| pipelinePhases | IEnumerable |
|
| analyzeFunc | Func |