Skip to content

Change IUnityContainerExtensionConfigurator #224

@ENikS

Description

@ENikS

Modifying IUnityContainerExtensionConfigurator

Interface IUnityContainerExtensionConfigurator is used to annotate extensions used to configure Unity Container. It exposes one property: Container of type IUnityContainer.

Property Container

Due to recent changes, extension management has been removed from IUnityContainer interface. To accommodate these changes type of property Container has been changed to UnityContainer.

The interface now declared as following:

    public interface IUnityContainerExtensionConfigurator
    {
        UnityContainer Container { get; }
    }

Metadata

Metadata

Assignees

Labels

Type

No type

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions