Unity.Container implementation.
Перейти к файлу
Eugene Sadovoi 66aec85afa Updates 2021-10-07 18:14:04 -07:00
.github Updates 2021-10-07 18:14:04 -07:00
src fix: Invalid exception when no type is specified 2021-06-26 17:35:14 -07:00
tests Improving readability of test names 2021-06-27 18:27:36 -07:00
.gitattributes
.gitignore Squashing latest 2021-06-15 16:23:13 -07:00
LICENSE Copyright © .NET Foundation and Contributors. 2020-05-13 15:49:41 -07:00
README.md Squashing latest 2021-06-15 16:23:13 -07:00
RELEASE-NOTES.txt Squashing latest 2021-06-15 16:23:13 -07:00

README.md

Regression Tests 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

Code of Conduct

This project has adopted the code of conduct defined by the Contributor Covenant to clarify expected behavior in our community. For more information, see the .NET Foundation Code of Conduct

Contributing

See the Contributing guide for more information.

.NET Foundation

Unity Container is a .NET Foundation project