Adds all analyzers that implement
IAnalyzer
from the specified assembly.
- Namespace
- Statiq
.App - Containing Type
- Bootstrapper
Analyzer Extensions
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. |