Analyze<TBootstrapper>(TBootstrapper, string, LogLevel, string, Phase, Func<IAnalyzerContext, Task>) Method
Namespace
Statiq.App
Containing Type
BootstrapperAnalyzerExtensions

Syntax

public static TBootstrapper Analyze<TBootstrapper>(this TBootstrapper bootstrapper, string name, LogLevel logLevel, string pipeline, Phase phase, Func<IAnalyzerContext, Task> analyzeFunc) 
    where TBootstrapper : IBootstrapper

Type Parameters

Name Description
TBootstrapper

Parameters

Name Type Description
bootstrapper TBootstrapper
name string
logLevel LogLevel
pipeline string
phase Phase
analyzeFunc Func<IAnalyzerContext, Task>

Return Value

Type Description
TBootstrapper