ContainerOptionsEnableAutoVerification Property

Simple Injector
Gets or sets a value indicating whether the container should automatically trigger verification and diagnostics of its configuration when the first service is resolved (e.g. the first call to GetInstance). The behavior is identical to calling Verify() manually. The default is true.

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

public bool EnableAutoVerification { get; set; }

Property Value

Type: Boolean
The value indicating whether the container should automatically trigger verification.
See Also

Reference