Syntax
public interface IAnalyzer
Properties
Name | Property Type | Summary |
---|---|---|
LogLevel | LogLevel |
The level at which this analyzer should log.
|
PipelinePhases | IEnumerable |
The pipelines and phases this analyzer will be run after.
|
Methods
Name | Return Value | Summary |
---|---|---|
AnalyzeAsync |
Task |
Performs analysis.
|
Before |
Task |
Called for each analyzer instance before each execution.
|