Analyzer Class
Namespace
Statiq.Common
Interfaces
Base Types
  • object
Derived Types
Analyzer
object
IAnalyzer
SyncAnalyzer
DelegateAnalyzer
MarkdownAnalyzer
HtmlAnalyzer

Syntax

public abstract class Analyzer : IAnalyzer

Properties

Name Property Type Summary
LogLevel LogLevel
The level at which this analyzer should log.
PipelinePhases MultiValueDictionary<string, Phase>
The pipelines and phases this analyzer will be run after.

Methods

Name Return Value Summary
AnalyzeAsync(IAnalyzerContext) Task
Performs analysis.
AnalyzeDocumentAsync(IDocument, IAnalyzerContext) Task
Analyzes an individual document.
BeforeEngineExecutionAsync(IEngine, Guid) Task
Called for each analyzer instance before each execution.

Extension Methods