Unity.Container implementation.
Перейти к файлу
Eugene Sadovoi db51347afa Container no longer signed 2023-06-15 15:13:41 -07:00
.github Enable deployment 2023-03-24 13:57:46 -07:00
benchmarks Container no longer signed 2023-06-15 15:13:41 -07:00
src Container no longer signed 2023-06-15 15:13:41 -07:00
tests Splitting AssemblyInfo 2023-06-13 11:22:38 -07:00
.gitattributes Initializing 2020-06-24 10:50:03 -07:00
.gitignore Ignoring things 2023-03-28 15:55:09 -07:00
LICENSE Initializing 2020-06-24 10:50:03 -07:00
README.md Initializing 2020-06-24 10:50:03 -07:00
RELEASE-NOTES.txt Updating 2023-03-06 14:11:02 -08:00
package.sln Fixing references 2023-05-12 13:30:44 -07:00

README.md

Build status 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