Unity.Interception package
Перейти к файлу
Eugene Sadovoi 215ddf8290 Added new Package configuration 2017-10-16 12:42:06 -04:00
src Added new Package configuration 2017-10-16 12:42:06 -04:00
tests Moved Container types to new namespace 2017-10-10 14:03:05 -04:00
.gitignore Added configuration 2017-10-06 18:30:46 -04:00
LICENSE Added configuration 2017-10-06 18:30:46 -04:00
README.md Added configuration 2017-10-06 18:30:46 -04:00
appveyor.yml Configuration changes 2017-10-10 20:20:04 -04:00
codecov.yml Added configuration 2017-10-06 18:30:46 -04:00

README.md

Build status codecov License NuGet NuGet

Overview

The Unity Container (Unity) is a lightweight, extensible dependency injection container. It facilitates building loosely coupled applications and provides developers with the following advantages:

  • Simplified object creation, especially for hierarchical object structures and dependencies
  • Abstraction of requirements; this allows developers to specify dependencies at run time or in configuration and simplify management of crosscutting concerns
  • Increased flexibility by deferring component configuration to the container
  • Service location capability; this allows clients to store or cache the container
  • Instance and type interception
  • Registration by convention

This is work in progress