Autofac.Owin 4.0.0

There is a newer version of this package available.
See the version list below for details.
dotnet add package Autofac.Owin --version 4.0.0
NuGet\Install-Package Autofac.Owin -Version 4.0.0
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.Owin" Version="4.0.0" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Autofac.Owin --version 4.0.0
#r "nuget: Autofac.Owin, 4.0.0"
#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.Owin as a Cake Addin
#addin nuget:?package=Autofac.Owin&version=4.0.0

// Install Autofac.Owin as a Cake Tool
#tool nuget:?package=Autofac.Owin&version=4.0.0

OWIN 3.0 Integration for Autofac

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.Owin:

Package Downloads
Autofac.Mvc5.Owin

OWIN support for the ASP.NET MVC 5 Integration for Autofac

Autofac.WebApi2.Owin

OWIN support for the ASP.NET Web API 2.2 Integration for Autofac

GitHub repositories (11)

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

Repository Stars
openiddict/openiddict-core
Flexible and versatile OAuth 2.0/OpenID Connect stack for .NET
ashmind/SharpLab
.NET language playground
NuGet/NuGetGallery
NuGet Gallery is a package repository that powers https://www.nuget.org. Use this repo for reporting NuGet.org issues.
ivaylokenov/MyTested.WebApi
Fluent testing framework for ASP.NET Web API 2.
autofac/Examples
Example projects that consume and demonstrate Autofac IoC functionality and integration
Version Downloads Last updated
6.0.1 0 3/6/2021
6.0.0 0 3/6/2021
5.0.1 0 3/6/2021
5.0.0 0 3/6/2021
4.2.0 37,486 3/6/2021
4.1.0 43 3/6/2021
4.0.0 44 3/6/2021
4.0.0-beta7-223 555 9/23/2015
4.0.0-beta7-222 89 9/21/2015
3.1.0 90,154 8/21/2014
3.0.1 3,229 6/20/2014
3.0.0 365 6/20/2014
3.0.0-alpha4 386 5/9/2014
3.0.0-alpha3 622 3/27/2014
3.0.0-alpha2 106 3/26/2014
3.0.0-alpha 320 2/17/2014

Updated for .NET Core RTM and Autofac 4.0.0. Added ability to split registration of Autofac lifetime scope injection and injected middleware instances in the OWIN pipeline. Moved DisposeScopeOnAppDisposing from Web API OWIN integration to core OWIN integration.