Autofac.WebApi2 6.1.1

The ID prefix of this package has been reserved for one of the owners of this package by NuGet.org. Prefix Reserved
dotnet add package Autofac.WebApi2 --version 6.1.1
NuGet\Install-Package Autofac.WebApi2 -Version 6.1.1
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.WebApi2" Version="6.1.1" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Autofac.WebApi2 --version 6.1.1
#r "nuget: Autofac.WebApi2, 6.1.1"
#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.WebApi2 as a Cake Addin
#addin nuget:?package=Autofac.WebApi2&version=6.1.1

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

Autofac.WebApi

ASP.NET Web API integration for Autofac.

Build status

Please file issues and pull requests for this package in this repository rather than in the Autofac core repo.

Quick Start

To get Autofac integrated with Web API you need to reference the Web API integration NuGet package, register your controllers, and set the dependency resolver. You can optionally enable other features as well.

protected void Application_Start()
{
  var builder = new ContainerBuilder();

  // Get your HttpConfiguration.
  var config = GlobalConfiguration.Configuration;

  // Register your Web API controllers.
  builder.RegisterApiControllers(Assembly.GetExecutingAssembly());

  // OPTIONAL: Register the Autofac filter provider.
  builder.RegisterWebApiFilterProvider(config);

  // OPTIONAL: Register the Autofac model binder provider.
  builder.RegisterWebApiModelBinderProvider();

  // Set the dependency resolver to be Autofac.
  var container = builder.Build();
  config.DependencyResolver = new AutofacWebApiDependencyResolver(container);
}

Check out the documentation for more usage details.

Get Help

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 Compatible and additional computed target framework versions.
.NET Framework net472 is compatible.  net48 was computed.  net481 was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages (82)

Showing the top 5 NuGet packages that depend on Autofac.WebApi2:

Package Downloads
Autofac.WebApi2.Owin The ID prefix of this package has been reserved for one of the owners of this package by NuGet.org.

ASP.NET Web API OWIN integration for Autofac.

iRely.Common

iRely.Common

BumperLane.Tenant.Api.Framework

Framework for BumperLane API sites

Purplelight.Framework.Autofac.Integration.WebApi

Productivity enhancements to Autofac WebApi Integration

TouchConvert.Tenant.Api.V1.Dtos

Data transfer objects for TouchConvert version one APIs.

GitHub repositories (27)

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

Repository Stars
smartstore/SmartStoreNET
Open Source ASP.NET MVC Enterprise eCommerce Shopping Cart Solution
IdentityServer/IdentityServer3
OpenID Connect Provider and OAuth 2.0 Authorization Server Framework for ASP.NET 4.x/Katana
NuGet/NuGetGallery
NuGet Gallery is a package repository that powers https://www.nuget.org. Use this repo for reporting NuGet.org issues.
fudiwei/DotNetCore.SKIT.FlurlHttpClient.Wechat
可能是全网最完整的 C# 版微信 SDK,封装全部已知的微信 API,包含微信公众平台(订阅号+服务号+小程序+小游戏+小商店+视频号)、微信开放平台、微信商户平台(微信支付+微企付)、企业微信、微信广告平台、微信智能对话开放平台等模块,可跨平台。持续随官方更新,欢迎 Star/Fork/PR。QQ 交流群 875580418【满】、930461548。
filipw/Strathweb.CacheOutput
ASP.NET Web API CacheOutput - library to allow you to cache the output of ApiControllers
Version Downloads Last updated
6.1.1 909,779 8/2/2022
6.1.0 693,439 11/18/2021
6.0.1 1,432,091 12/1/2020
6.0.0 912,332 9/30/2020
5.0.0 3,028,610 1/30/2020
4.3.1 2,299,480 9/5/2019
4.3.0 226,822 8/15/2019
4.2.1 1,806,004 3/26/2019
4.2.0 3,119,618 6/21/2018
4.1.0 3,718,602 8/2/2017
4.0.1 4,100,765 10/24/2016
4.0.0 2,403,651 8/17/2016
4.0.0-rc3-225 3,739 8/3/2016
4.0.0-beta7-215 35,474 9/23/2015
3.4.0 4,332,519 8/17/2014
3.3.3 198,794 7/2/2014
3.3.0 69,749 5/9/2014
3.2.1 26,215 3/27/2014
3.2.0 56,366 1/28/2014
3.1.0 54,469 12/28/2013
3.0.0 45,983 10/24/2013