Autofac.Owin
4.0.0
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
<PackageReference Include="Autofac.Owin" Version="4.0.0" />
<PackageVersion Include="Autofac.Owin" Version="4.0.0" />
<PackageReference Include="Autofac.Owin" />
paket add Autofac.Owin --version 4.0.0
#r "nuget: Autofac.Owin, 4.0.0"
#:package Autofac.Owin@4.0.0
#addin nuget:?package=Autofac.Owin&version=4.0.0
#tool nuget:?package=Autofac.Owin&version=4.0.0
OWIN 3.0 Integration for Autofac
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 (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 11 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
|
|
microsoft/Appsample-Photosharing
Sample code for a UWP photo sharing app.
|
|
daxnet/we-text
WeText is a sample application that demonstrates the implementation of DDD/CQRS and microservice architectural patterns in C#.
|
|
Azure/azure-iot-remote-monitoring
Azure IoT Remote Monitoring preconfigured solution
|
|
ark-mod/ArkBot
ARK Survival Evolved application that monitors and extracts data from local ARK servers and exposes this data through a Web App, Web API and Discord Bot. Provides important functions to players: dino listings, food-status, breeding info, statistics; and server admins: rcon-commands, server managing etc.
|
|
zone117x/Jackett
Use just about any tracker with Sonarr
|
|
JSONAPIdotNET/JSONAPI.NET
|
Version | Downloads | Last Updated |
---|---|---|
6.0.1 | 7 | 3/6/2021 |
6.0.0 | 1 | 3/6/2021 |
5.0.1 | 2 | 3/6/2021 |
5.0.0 | 2 | 3/6/2021 |
4.2.0 | 37,488 | 3/6/2021 |
4.1.0 | 44 | 3/6/2021 |
4.0.0 | 46 | 3/6/2021 |
4.0.0-beta7-223 | 556 | 9/23/2015 |
4.0.0-beta7-222 | 90 | 9/21/2015 |
3.1.0 | 90,156 | 8/21/2014 |
3.0.1 | 3,231 | 6/20/2014 |
3.0.0 | 366 | 6/20/2014 |
3.0.0-alpha4 | 387 | 5/9/2014 |
3.0.0-alpha3 | 624 | 3/27/2014 |
3.0.0-alpha2 | 108 | 3/26/2014 |
3.0.0-alpha | 321 | 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.