Found 189 packages
This package contains Unity Container and Abstractions libraries as a single package.
Unity Core Engine
Unity Container Public Abstractions
Unity Interception
The library provides an abstraction over IoC containers and service locators. Using the library allows an application to indirectly access the capabilities without relying on hard references.
Unity for ASP.NET MVC
Unity for ASP.NET WebApi
Unity for Microsoft Dependency Injection framework.
Unity Configuration
Unity Registration By Convention
Unity.WebAPI allows the simple Integration of the Unity IoC container with ASP.NET Web API.
Unity Service Location
The Unity Application Block (Unity) is a lightweight extensible dependency injection container with support for constructor, property, and method call injection. It facilitates loosely-coupled design. Declarative configuration and registration by convention are supported on selected platforms. This library contains a class library that targets .Net Core 2.0 & .Net Standard 2.0.
Unity integration with WCF
Unity adapter for Microsoft.Extensions.Logging
Unity Interception Configuration
Unity.Mvc5 allows the simple integration of the Unity IoC container with ASP.NET MVC 5.
Unity adapter for log4net
Unity interception enables you to effectively capture calls to objects and add additional functionality to the target object. Interception is useful when you want to modify the behavior for individual objects but not the entire class, very much as you would do when using the Decorator pattern. It provides a flexible approach for adding new behaviors to an object at run time. This library contains a class library that targets .Net Core 2.0 & .Net Standard 2.0.
Unity.Mvc4 is a library that allows simple Integration of Microsoft's Unity IoC container with ASP.NET MVC 4. A copy of Unity.MVC3 except it references MVC4