Autofac.Extensions.DependencyInjection 4.0.0-rc3-309

This is a prerelease version of Autofac.Extensions.DependencyInjection.
There is a newer version of this package available.
See the version list below for details.
dotnet add package Autofac.Extensions.DependencyInjection --version 4.0.0-rc3-309
NuGet\Install-Package Autofac.Extensions.DependencyInjection -Version 4.0.0-rc3-309
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="Autofac.Extensions.DependencyInjection" Version="4.0.0-rc3-309" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Autofac.Extensions.DependencyInjection --version 4.0.0-rc3-309
#r "nuget: Autofac.Extensions.DependencyInjection, 4.0.0-rc3-309"
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
// Install Autofac.Extensions.DependencyInjection as a Cake Addin
#addin nuget:?package=Autofac.Extensions.DependencyInjection&version=4.0.0-rc3-309&prerelease

// Install Autofac.Extensions.DependencyInjection as a Cake Tool
#tool nuget:?package=Autofac.Extensions.DependencyInjection&version=4.0.0-rc3-309&prerelease

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

There are no supported framework assets in this package.

Learn more about Target Frameworks and .NET Standard.

NuGet packages (2)

Showing the top 2 NuGet packages that depend on Autofac.Extensions.DependencyInjection:

Package Downloads
NuGet.Services.Validation.Common.Job

Common job infrastructure for validation jobs and basic dependency injection setup.

NuGet.Jobs.Common

Common infrastructure for running the NuGetGallery back-end jobs.

GitHub repositories (153)

Showing the top 5 popular GitHub repositories that depend on Autofac.Extensions.DependencyInjection:

Repository Stars
ardalis/CleanArchitecture
Clean Architecture Solution Template: A starting point for Clean Architecture with ASP.NET Core
dotnet/runtime
.NET is a cross-platform runtime for cloud, mobile, desktop, and IoT apps.
dotnet/AspNetCore.Docs
Documentation for ASP.NET Core
abpframework/abp
Open Source Web Application Framework for ASP.NET Core. Offers an opinionated architecture to build enterprise software solutions with best practices on top of the .NET and the ASP.NET Core platforms. Provides the fundamental infrastructure, production-ready startup templates, application modules, UI themes, tooling, guides and documentation.
Jackett/Jackett
API Support for your favorite torrent trackers
Version Downloads Last updated
7.2.0 67 9/19/2022
7.1.0 0 3/6/2021
7.0.2 0 3/6/2021
7.0.1 0 3/6/2021
7.0.0 0 3/6/2021
6.0.0 4 3/6/2021
5.0.1 7 3/6/2021
5.0.0 0 3/6/2021
5.0.0-rc2 0 3/6/2021
5.0.0-rc1 0 3/6/2021
4.4.0 37,487 3/6/2021
4.3.1 37,496 3/6/2021
4.3.0 2 3/6/2021
4.2.2 37,803 3/6/2021
4.2.1 0 3/6/2021
4.2.0 77 3/6/2021
4.0.0 39 3/6/2021
4.0.0-rc3-309 0 3/6/2021
4.0.0-rc3-280 0 3/6/2021
4.0.0-rc2-240 0 3/6/2021

Updated the way you create a service provider - use new AutofacServiceProvider(container) instead of returning a resolved provider.