Adds all analyzers that implement
IAnalyzer
from the entry assembly.
- Namespace
- Statiq
.App - Containing Type
- Bootstrapper
Analyzer Extensions
Syntax
public static TBootstrapper AddAnalyzers<TBootstrapper>(this TBootstrapper bootstrapper)
where TBootstrapper : IBootstrapper
Type Parameters
Name | Description |
---|---|
TBootstrapper |
Parameters
Name | Type | Description |
---|---|---|
bootstrapper | TBootstrapper | The bootstrapper. |
Return Value
Type | Description |
---|---|
TBootstrapper | The current bootstrapper. |