Add(IAnalyzerCollection, string, LogLevel, IEnumerable<KeyValuePair<string, Phase>>, Action<IAnalyzerContext>) Method
Namespace
Statiq.Common
Containing Type
IAnalyzerCollectionExtensions

Syntax

public static void Add(this IAnalyzerCollection analyzers, string name, LogLevel logLevel, IEnumerable<KeyValuePair<string, Phase>> pipelinePhases, Action<IAnalyzerContext> analyzeAction)

Parameters

Name Type Description
analyzers IAnalyzerCollection
name string
logLevel LogLevel
pipelinePhases IEnumerable<KeyValuePair<string, Phase>>
analyzeAction Action<IAnalyzerContext>