Web
Docs
Framework
Guide
API
GitHub
Twitter
Get Help
Support/Buy
Bootstrapper
Analyzer
Extensions
Class
Namespace
Statiq
.App
Class Types
BaseCommand
<TSettings>
BaseCommandSettings
Boostrapper
Shortcode
Extensions
Bootstrapper
Bootstrapper
Analyzer
Extensions
Bootstrapper
Command
Extensions
Bootstrapper
Configuration
Extensions
Bootstrapper
Default
Extensions
Bootstrapper
Extensions
BootstrapperFactory
Bootstrapper
Factory
Extensions
Bootstrapper
Pipeline
Extensions
ConfigurableCommands
ConsoleListener
Console
Logger
Provider
EngineCommand
<TSettings>
Engine
Command
Settings
GlobCommandSettings
GlobEvalCommand
Glob
Eval
Command
Settings
GlobTestCommand
Glob
Test
Command
Settings
I
Configuration
Builder
Extensions
I
Configurator
Extensions
InteractiveCommand
<TSettings>
InteractiveGlobals
PipelineBuilder
PipelinesCommand
<TSettings>
Pipelines
Command
Settings
Enum Types
DefaultFeatures
ExitCode
Interface Types
IEngineManager
Namespace
Statiq
.App
Base Types
object
BootstrapperAnalyzerExtensions
object
Syntax
public
static
class
BootstrapperAnalyzerExtensions
Methods
Name
Return Value
Summary
AddAnalyzer
<TAnalyzer>
(Bootstrapper,
LogLevel)
Bootstrapper
static
AddAnalyzer
<TAnalyzer>
(Bootstrapper,
string,
LogLevel)
Bootstrapper
static
AddAnalyzer
<TAnalyzer>
(Bootstrapper,
string)
Bootstrapper
static
AddAnalyzer
<TAnalyzer>
(Bootstrapper)
Bootstrapper
static
AddAnalyzer
<
T
Bootstrapper>
(TBootstrapper,
IAnalyzer)
TBootstrapper
static
AddAnalyzer
<
T
Bootstrapper>
(TBootstrapper,
LogLevel,
IAnalyzer)
TBootstrapper
static
AddAnalyzer
<
T
Bootstrapper>
(TBootstrapper,
LogLevel,
Type)
TBootstrapper
static
AddAnalyzer
<
T
Bootstrapper>
(TBootstrapper,
string,
IAnalyzer)
TBootstrapper
static
AddAnalyzer
<
T
Bootstrapper>
(TBootstrapper,
string,
LogLevel,
IAnalyzer)
TBootstrapper
static
AddAnalyzer
<
T
Bootstrapper>
(TBootstrapper,
string,
Type)
TBootstrapper
static
AddAnalyzer
<
T
Bootstrapper>
(TBootstrapper,
Type)
TBootstrapper
static
AddAnalyzers
<
T
Bootstrapper>
(TBootstrapper,
Assembly)
TBootstrapper
Adds all analyzers that implement
IAnalyzer
from the specified assembly.
static
AddAnalyzers
<
T
Bootstrapper>
(TBootstrapper,
Type)
TBootstrapper
static
AddAnalyzers
<
T
Bootstrapper>
(TBootstrapper)
TBootstrapper
Adds all analyzers that implement
IAnalyzer
from the entry assembly.
static
AddAnalyzers
<TParent>
(Bootstrapper)
Bootstrapper
static
Analyze
<
T
Bootstrapper>
(TBootstrapper,
string,
LogLevel,
IEnumerable
<KeyValuePair
<string,
Phase>
>
,
Action
<
I
Analyzer
Context>
)
TBootstrapper
static
Analyze
<
T
Bootstrapper>
(TBootstrapper,
string,
LogLevel,
IEnumerable
<KeyValuePair
<string,
Phase>
>
,
Func
<
I
Analyzer
Context,
Task>
)
TBootstrapper
static
Analyze
<
T
Bootstrapper>
(TBootstrapper,
string,
LogLevel,
string,
Phase,
Action
<
I
Analyzer
Context>
)
TBootstrapper
static
Analyze
<
T
Bootstrapper>
(TBootstrapper,
string,
LogLevel,
string,
Phase,
Func
<
I
Analyzer
Context,
Task>
)
TBootstrapper
static
AnalyzeDocument
<
T
Bootstrapper>
(TBootstrapper,
string,
LogLevel,
IEnumerable
<KeyValuePair
<string,
Phase>
>
,
Action
<IDocument,
IAnalyzerContext>
)
TBootstrapper
static
AnalyzeDocument
<
T
Bootstrapper>
(TBootstrapper,
string,
LogLevel,
IEnumerable
<KeyValuePair
<string,
Phase>
>
,
Func
<IDocument,
IAnalyzerContext,
Task>
)
TBootstrapper
static
AnalyzeDocument
<
T
Bootstrapper>
(TBootstrapper,
string,
LogLevel,
string,
Phase,
Action
<IDocument,
IAnalyzerContext>
)
TBootstrapper
static
AnalyzeDocument
<
T
Bootstrapper>
(TBootstrapper,
string,
LogLevel,
string,
Phase,
Func
<IDocument,
IAnalyzerContext,
Task>
)
TBootstrapper
static
ConfigureAnalyzers
<
T
Bootstrapper>
(TBootstrapper,
Action
<
I
Analyzer
Collection>
)
TBootstrapper
static
On This Page
Syntax
Methods