Skip to main content
Autofac.Extensions.DependencyInjection package icon

Autofac.Extensions.DependencyInjection

Autofac implementation of the interfaces in Microsoft.Extensions.DependencyInjection.Abstractions, the .NET Framework dependency injection abstraction.

Total Downloads
246.9M
246,902,223
Published
Feb 25, 2019
Latest stable version

Install

.NET CLI
dotnet add package Autofac.Extensions.DependencyInjection --version 4.4.0
Package Manager Console
Install-Package Autofac.Extensions.DependencyInjection -Version 4.4.0
PackageReference
<PackageReference Include="Autofac.Extensions.DependencyInjection" Version="4.4.0" />

Frameworks

.NETStandard1.1 .NETStandard2.0

Dependencies

Autofac
.NETStandard1.1
[4.9.1, )
NETStandard.Library
.NETStandard1.1
[1.6.1, )
Autofac
.NETStandard2.0
[4.9.1, )

Adoption guide

Applications that need decorators, keyed services, module composition or advanced lifetime control.

Dependency Injection guide
Why it appears in the guide: Autofac integration with .NET hosting, enabling richer container capabilities and registration patterns. Trade-off: Adds external container complexity and governance overhead across teams.

No SPDX license expression is published. Review the license text and your organisation's policy before redistribution.

Compatibility metadata lists 2 target frameworks; confirm the exact target used by your application.

How to read this guidance

Sources: published NuGet v3 registry metadata and explicit NuBrowse editorial guides. Refresh: package metadata is refreshed from NuGet when the page loads. Limit: this is not a security, legal or compatibility guarantee; validate the selected version in your project.

Useful next steps

Move from package metadata to a concrete selection or review workflow.