Metalama//API Documentation/Extensions API/Metalama.​Extensions.​Dependency­Injection/Dependency­Injection­Options/Registered­Frameworks
Open sandboxFocus

Property RegisteredFrameworks

RegisteredFrameworks

Gets or sets the list of frameworks that can be used to implement the IntroduceDependencyAttribute advice and DependencyAttribute aspect.

Declaration
public ImmutableArray<IDependencyInjectionFramework> RegisteredFrameworks { get; set; }
Property Value
Type Description
ImmutableArray<IDependencyInjectionFramework>