Autofac.Owin
4.0.0-beta7-222
Prefix Reserved
This is a prerelease version of Autofac.Owin.
There is a newer version of this package available.
See the version list below for details.
See the version list below for details.
dotnet add package Autofac.Owin --version 4.0.0-beta7-222
NuGet\Install-Package Autofac.Owin -Version 4.0.0-beta7-222
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-beta7-222" />
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-beta7-222
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
#r "nuget: Autofac.Owin, 4.0.0-beta7-222"
#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-beta7-222&prerelease // Install Autofac.Owin as a Cake Tool #tool nuget:?package=Autofac.Owin&version=4.0.0-beta7-222&prerelease
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
OWIN 3.0 Integration for Autofac
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET Framework | net45 is compatible. net451 was computed. net452 was computed. net46 was computed. net461 was computed. net462 was computed. net463 was computed. net47 was computed. net471 was computed. net472 was computed. net48 was computed. net481 was computed. |
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.
-
- Autofac (>= 3.5.0 && < 5.0.0)
- Microsoft.Owin (>= 3.0.0 && < 4.0.0)
NuGet packages (22)
Showing the top 5 NuGet packages that depend on Autofac.Owin:
Package | Downloads |
---|---|
Autofac.WebApi2.Owin
ASP.NET Web API OWIN integration for Autofac. |
|
Autofac.Mvc5.Owin
OWIN support for the ASP.NET MVC 5 integration for Autofac. |
|
Bit.Server.Owin
Bit.Server.Owin |
|
Dywham.Middleware.Endpoints.WebApi
Description |
|
Bit.Owin
Bit.Owin |
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 |
---|---|---|
7.1.0 | 406,159 | 4/6/2023 |
7.0.0 | 384,485 | 8/1/2022 |
6.0.1 | 1,282,418 | 12/3/2020 |
6.0.0 | 495,667 | 10/4/2020 |
5.0.1 | 1,346,671 | 1/31/2020 |
5.0.0 | 4,783 | 1/30/2020 |
4.2.0 | 5,169,822 | 2/16/2018 |
4.1.0 | 1,025,804 | 7/10/2017 |
4.0.0 | 2,529,594 | 6/29/2016 |
4.0.0-beta7-223 | 11,233 | 9/23/2015 |
4.0.0-beta7-222 | 1,547 | 9/21/2015 |
3.1.0 | 1,211,170 | 8/21/2014 |
3.0.1 | 11,173 | 6/20/2014 |
3.0.0 | 4,261 | 6/20/2014 |
3.0.0-alpha4 | 1,588 | 5/9/2014 |
3.0.0-alpha3 | 2,871 | 3/27/2014 |
3.0.0-alpha2 | 1,580 | 3/26/2014 |
3.0.0-alpha | 1,700 | 2/17/2014 |
Updated for compatibility with Autofac 4.0.0. Added ability to split registration of Autofac lifetime scope injection and injected middleware instances in the OWIN pipeline.