ShortCircuitedDependencyDiagnosticResultExpectedDependencies Property

Simple Injector
Gets the collection of registrations that have the component's current dependency as implementation type, but have a lifestyle that is different than the current dependency.

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

public ReadOnlyCollection<InstanceProducer> ExpectedDependencies { get; }

Property Value

Type: ReadOnlyCollectionInstanceProducer
A collection of InstanceProducer instances.
See Also

Reference