![]() |
VOOZH | about |
dotnet add package Autofac.Owin --version 7.1.0
NuGet\Install-Package Autofac.Owin -Version 7.1.0
<PackageReference Include="Autofac.Owin" Version="7.1.0" />
<PackageVersion Include="Autofac.Owin" Version="7.1.0" />Directory.Packages.props
<PackageReference Include="Autofac.Owin" />Project file
paket add Autofac.Owin --version 7.1.0
#r "nuget: Autofac.Owin, 7.1.0"
#:package Autofac.Owin@7.1.0
#addin nuget:?package=Autofac.Owin&version=7.1.0Install as a Cake Addin
#tool nuget:?package=Autofac.Owin&version=7.1.0Install as a Cake Tool
ASP.NET OWIN integration for Autofac.
Please file issues and pull requests for this package in this repository rather than in the Autofac core repo.
To take advantage of Autofac in your OWIN pipeline:
Autofac.Owin package from NuGet.public class Startup
{
public void Configuration(IAppBuilder app)
{
var builder = new ContainerBuilder();
// Register dependencies, then...
var container = builder.Build();
// Register the Autofac middleware FIRST. This also adds
// Autofac-injected middleware registered with the container.
app.UseAutofacMiddleware(container);
// ...then register your other middleware not registered
// with Autofac.
}
}
Check out the Autofac OWIN integration documentation for more information.
Need help with Autofac? We have a documentation site as well as API documentation. We're ready to answer your questions on Stack Overflow or check out the discussion forum.
| Product | Versions Compatible and additional computed target framework versions. |
|---|---|
| .NET Framework | net472 net472 is compatible. net48 net48 was computed. net481 net481 was computed. |
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. |
|
|
Dywham.Middleware.Endpoints.WebApi
Description |
|
|
Bit.Server.Owin
Bit.Server.Owin |
|
|
Dapplo.Owin
A library with code to use Owin with multiple configurations (as modules) in your application. |
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 |
|---|---|---|
| 7.1.0 | 1,630,384 | 4/6/2023 |
| 7.0.0 | 554,026 | 8/1/2022 |
| 6.0.1 | 1,596,141 | 12/3/2020 |
| 6.0.0 | 637,583 | 10/4/2020 |
| 5.0.1 | 1,632,476 | 1/31/2020 |
| 5.0.0 | 8,387 | 1/30/2020 |
| 4.2.0 | 6,158,681 | 2/16/2018 |
| 4.1.0 | 1,118,128 | 7/10/2017 |
| 4.0.0 | 2,831,495 | 6/29/2016 |
| 4.0.0-beta7-223 | 11,892 | 9/23/2015 |
| 4.0.0-beta7-222 | 2,070 | 9/21/2015 |
| 3.1.0 | 1,321,297 | 8/21/2014 |
| 3.0.1 | 14,094 | 6/20/2014 |
| 3.0.0 | 8,232 | 6/20/2014 |
| 3.0.0-alpha4 | 2,130 | 5/9/2014 |
| 3.0.0-alpha3 | 9,234 | 3/27/2014 |
| 3.0.0-alpha2 | 2,172 | 3/26/2014 |
| 3.0.0-alpha | 2,292 | 2/17/2014 |
Release notes are at https://github.com/autofac/Autofac.Owin/releases