Unity.Container implementation.
Перейти к файлу
Eugene Sadovoi 7c89f7cb33
Create FUNDING.yml
2021-06-14 09:57:48 -07:00
.github Create FUNDING.yml 2021-06-14 09:57:48 -07:00
src Resolving issue with Optional Generic Parameter 2020-11-23 13:18:45 -08:00
tests Resolving issue with Optional Generic Parameter 2020-11-23 13:18:45 -08:00
.gitattributes
.gitignore
LICENSE Copyright © .NET Foundation and Contributors. 2020-05-13 15:49:41 -07:00
README.md badge 2020-05-24 18:20:47 -07:00
appveyor.yml image: Visual Studio 2019 2020-05-24 18:19:03 -07:00
codecov.yml
package.props Releasing 5.11.11 (#305) 2021-01-29 13:40:10 -08:00
package.sln

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