MetalamaAPI documentationExtensions APIMetalama.​Extensions.​Dependency­Injection.​ImplementationDependency­Injection­OptionsSelector
Open sandboxFocus

DependencyInjectionOptions.Selector Property

Selector

Gets or sets a delegate that is called when several dependency injection frameworks have been registered for the current project and many vote to handle a given dependency. The default implementation is to return the first framework in the array.

Declaration
public IDependencyInjectionFrameworkSelector Selector { get; set; }
Property Value
Type Description
IDependencyInjectionFrameworkSelector