AddAnalyzers<TBootstrapper>(TBootstrapper, Assembly) Method
Adds all analyzers that implement IAnalyzer from the specified assembly.
Namespace
Statiq.App
Containing Type
BootstrapperAnalyzerExtensions

Syntax

public static TBootstrapper AddAnalyzers<TBootstrapper>(this TBootstrapper bootstrapper, Assembly assembly) 
    where TBootstrapper : IBootstrapper

Type Parameters

Name Description
TBootstrapper

Parameters

Name Type Description
bootstrapper TBootstrapper The bootstrapper.
assembly Assembly The assembly to add analyzers from.

Return Value

Type Description
TBootstrapper The current bootstrapper.