Autofac 4.8.1
Autofac is an IoC container for Microsoft .NET. It manages the dependencies between classes so that applications stay easy to change as they grow in size and complexity.
Install-Package Autofac -Version 4.8.1
dotnet add package Autofac --version 4.8.1
<PackageReference Include="Autofac" Version="4.8.1" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Autofac --version 4.8.1
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
#r "nuget: Autofac, 4.8.1"
#r directive can be used in F# Interactive, C# scripting and .NET Interactive. Copy this into the interactive tool or source code of the script to reference the package.
// Install Autofac as a Cake Addin
#addin nuget:?package=Autofac&version=4.8.1
// Install Autofac as a Cake Tool
#tool nuget:?package=Autofac&version=4.8.1
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
Release Notes
Release notes are at https://github.com/autofac/Autofac/releases
Dependencies
-
.NETFramework 4.5
- No dependencies.
-
.NETStandard 1.1
- NETStandard.Library (>= 1.6.0)
- System.ComponentModel (>= 4.0.1)
Used By
NuGet packages (7)
Showing the top 5 NuGet packages that depend on Autofac:
| Package | Downloads |
|---|---|
|
Autofac.Mvc5
ASP.NET MVC 5 Integration for Autofac
|
|
|
Autofac.WebApi2
ASP.NET Web API 2.2 Integration for Autofac
|
|
|
JetBrains.DPA.Ide.Rider
JetBrains DPA Ide Rider Package Version 212.0.20211008.82359
|
|
|
JetBrains.Rider.External.DebuggerLibs
JetBrains Rider External DebuggerLibs Package Version 212.0.20211008.81907
|
|
|
JetBrains.Rider.Rider.Backend
JetBrains Rider Rider Backend Package Version 212.0.20211008.81907
|