Autofac.WebApi2
4.0.0
Prefix Reserved
See the version list below for details.
dotnet add package Autofac.WebApi2 --version 4.0.0
NuGet\Install-Package Autofac.WebApi2 -Version 4.0.0
<PackageReference Include="Autofac.WebApi2" Version="4.0.0" />
paket add Autofac.WebApi2 --version 4.0.0
#r "nuget: Autofac.WebApi2, 4.0.0"
// Install Autofac.WebApi2 as a Cake Addin #addin nuget:?package=Autofac.WebApi2&version=4.0.0 // Install Autofac.WebApi2 as a Cake Tool #tool nuget:?package=Autofac.WebApi2&version=4.0.0
ASP.NET Web API 2.2 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. |
-
- Autofac (>= 3.5.0 && < 5.0.0)
- Microsoft.AspNet.WebApi.Core (>= 5.2.0 && < 6.0.0)
NuGet packages (83)
Showing the top 5 NuGet packages that depend on Autofac.WebApi2:
Package | Downloads |
---|---|
Autofac.WebApi2.Owin
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,封装全部已知的微信 OpenAPI,包含微信公众平台(订阅号+服务号+小程序+小游戏+小商店+视频号)、微信开放平台、微信商户平台(微信支付+微企付)、企业微信、微信广告平台、微信智能对话开放平台等模块,可跨平台。持续随官方更新,欢迎 Star/Fork/PR。QQ 交流群 875580418【满】、930461548【满】、611974621。
|
|
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 | 1,555,554 | 8/2/2022 |
6.1.0 | 807,496 | 11/18/2021 |
6.0.1 | 1,589,274 | 12/1/2020 |
6.0.0 | 1,148,893 | 9/30/2020 |
5.0.0 | 3,374,431 | 1/30/2020 |
4.3.1 | 2,489,424 | 9/5/2019 |
4.3.0 | 250,017 | 8/15/2019 |
4.2.1 | 1,933,458 | 3/26/2019 |
4.2.0 | 3,376,492 | 6/21/2018 |
4.1.0 | 3,946,348 | 8/2/2017 |
4.0.1 | 4,373,217 | 10/24/2016 |
4.0.0 | 2,556,509 | 8/17/2016 |
4.0.0-rc3-225 | 3,884 | 8/3/2016 |
4.0.0-beta7-215 | 36,235 | 9/23/2015 |
3.4.0 | 4,610,668 | 8/17/2014 |
3.3.3 | 205,981 | 7/2/2014 |
3.3.0 | 76,977 | 5/9/2014 |
3.2.1 | 28,352 | 3/27/2014 |
3.2.0 | 58,576 | 1/28/2014 |
3.1.0 | 65,335 | 12/28/2013 |
3.0.0 | 55,157 | 10/24/2013 |
Fixed #6 and #14: The Autofac filter interfaces now use Task/async based method signatures rather than synchronous signatures. This avoids using Task.Run or other methods to convert async to synchronous where HttpContext.Current could sometimes get lost.
Fixed #8: Marked RegisterModelBinders as obsolete since it doesn't actually register the model binders such that they hook into dependency injection. Use the AsModelBinderForTypes() extension on binder registrations instead.
Fixed #10: Controller types that derive from base controllers can add action filters to non-virtual methods.
Switched to .NET 4.5 security model (no more AllowPartiallyTrustedCallersAttribute).