-
-
Notifications
You must be signed in to change notification settings - Fork 72
Open
Labels
Breaking change ❕This change breaks public APIThis change breaks public API
Milestone
Description
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
Breaking change ❕This change breaks public APIThis change breaks public API