BootstrapperAnalyzerExtensions Class
Namespace
Statiq.App
Base Types
  • object
graph BT Type-->Base0["object"] Type["BootstrapperAnalyzerExtensions"] class Type type-node

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<TBootstrapper>(TBootstrapper, IAnalyzer) TBootstrapper
static
AddAnalyzer<TBootstrapper>(TBootstrapper, LogLevel, IAnalyzer) TBootstrapper
static
AddAnalyzer<TBootstrapper>(TBootstrapper, LogLevel, Type) TBootstrapper
static
AddAnalyzer<TBootstrapper>(TBootstrapper, string, IAnalyzer) TBootstrapper
static
AddAnalyzer<TBootstrapper>(TBootstrapper, string, LogLevel, IAnalyzer) TBootstrapper
static
AddAnalyzer<TBootstrapper>(TBootstrapper, string, Type) TBootstrapper
static
AddAnalyzer<TBootstrapper>(TBootstrapper, Type) TBootstrapper
static
AddAnalyzers<TBootstrapper>(TBootstrapper, Assembly) TBootstrapper
Adds all analyzers that implement IAnalyzer from the specified assembly.
static
AddAnalyzers<TBootstrapper>(TBootstrapper, Type) TBootstrapper
static
AddAnalyzers<TBootstrapper>(TBootstrapper) TBootstrapper
Adds all analyzers that implement IAnalyzer from the entry assembly.
static
AddAnalyzers<TParent>(Bootstrapper) Bootstrapper
static
Analyze<TBootstrapper>(TBootstrapper, string, LogLevel, IEnumerable<KeyValuePair<string, Phase>>, Action<IAnalyzerContext>) TBootstrapper
static
Analyze<TBootstrapper>(TBootstrapper, string, LogLevel, IEnumerable<KeyValuePair<string, Phase>>, Func<IAnalyzerContext, Task>) TBootstrapper
static
Analyze<TBootstrapper>(TBootstrapper, string, LogLevel, string, Phase, Action<IAnalyzerContext>) TBootstrapper
static
Analyze<TBootstrapper>(TBootstrapper, string, LogLevel, string, Phase, Func<IAnalyzerContext, Task>) TBootstrapper
static
AnalyzeDocument<TBootstrapper>(TBootstrapper, string, LogLevel, IEnumerable<KeyValuePair<string, Phase>>, Action<IDocument, IAnalyzerContext>) TBootstrapper
static
AnalyzeDocument<TBootstrapper>(TBootstrapper, string, LogLevel, IEnumerable<KeyValuePair<string, Phase>>, Func<IDocument, IAnalyzerContext, Task>) TBootstrapper
static
AnalyzeDocument<TBootstrapper>(TBootstrapper, string, LogLevel, string, Phase, Action<IDocument, IAnalyzerContext>) TBootstrapper
static
AnalyzeDocument<TBootstrapper>(TBootstrapper, string, LogLevel, string, Phase, Func<IDocument, IAnalyzerContext, Task>) TBootstrapper
static
ConfigureAnalyzers<TBootstrapper>(TBootstrapper, Action<IAnalyzerCollection>) TBootstrapper
static