AnalyzerAnalyze Method

Simple Injector
Analyzes the supplied container instance.

Namespace:  SimpleInjector.Diagnostics
Assembly:  SimpleInjector (in SimpleInjector.dll) Version: 5.3.0
Syntax

public static DiagnosticResult[] Analyze(
	Container container
)

Parameters

container
Type: SimpleInjectorContainer
The container instance to analyze.

Return Value

Type: DiagnosticResult
A collection of DiagnosticResult sub types that describe the diagnostic warnings and messages.
See Also

Reference