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
Property Value
Type: BooleanThe value indicating whether the container should automatically trigger verification.
See Also