AmbiguousLifestylesDiagnosticResultConflictingRegistrations Property

Simple Injector
Gets the list of registrations that are in conflict with the DiagnosedRegistration.

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

public ReadOnlyCollection<InstanceProducer> ConflictingRegistrations { get; }

Property Value

Type: ReadOnlyCollectionInstanceProducer
A list of InstanceProducer instances.
See Also

Reference