Back to Dotnet

Microsoft.Extensions.DependencyInjection.Abstractions

src/libraries/Microsoft.Extensions.DependencyInjection.Abstractions/README.md

11.0.1001.7 KB
Original Source

Microsoft.Extensions.DependencyInjection.Abstractions

Microsoft.Extensions.DependencyInjection.Abstractions contains a core DI abstraction that allows for building different kinds of dependency injection containers to retrieve services from that have been registered with different lifetimes.

Documentation can be found at https://learn.microsoft.com/dotnet/core/extensions/dependency-injection.

Contribution Bar

The APIs and functionality need more investment in the upcoming .NET releases.

Deployment

Microsoft.Extensions.DependencyInjection.Abstractions is included in the ASP.NET Core shared framework. The package is deployed as out-of-band (OOB) too and can be referenced into projects directly.

Using other containers with Microsoft.Extensions.DependencyInjection