Unity.Container implementation.
Перейти к файлу
Eugene Sadovoi d7efd3392f Deleted workflows/packages.yml 2023-05-22 11:27:34 -07:00
.github Deleted workflows/packages.yml 2023-05-22 11:27:34 -07:00
src Updating dependencies 2023-05-21 12:45:58 -07:00
tests Updates 2023-05-20 14:16:52 -07:00
.gitattributes Added .gitattribute 2019-12-20 11:35:07 -08:00
.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 ${{ github.workspace }}/artifact 2023-03-18 15:07:59 -07:00
RELEASE-NOTES.txt Latest 2023-05-21 12:33:15 -07:00
appveyor.yml Release 2023-03-07 11:11:47 -08:00
package.sln Update projects 2023-03-13 08:17:39 -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