- Namespace
- Statiq
.App - Containing Type
- Bootstrapper
Analyzer Extensions
Syntax
public static TBootstrapper ConfigureAnalyzers<TBootstrapper>(this TBootstrapper bootstrapper, Action<IAnalyzerCollection> analyzersAction)
where TBootstrapper : IBootstrapper
Type Parameters
Name | Description |
---|---|
TBootstrapper |
Parameters
Name | Type | Description |
---|---|---|
bootstrapper | TBootstrapper | |
analyzersAction | Action |
Return Value
Type | Description |
---|---|
TBootstrapper |