Autofac.WebApi2 4.0.0
ASP.NET Web API 2.2 Integration for Autofac
Showing the top 20 packages that depend on Autofac.WebApi2.
| Packages | Downloads |
|---|---|
|
Lails.Server
Lails.Server
|
1 |
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).
Any 0.0
- Autofac (>= 3.5.0 && < 5.0.0)
- Microsoft.AspNet.WebApi.Core (>= 5.2.0 && < 6.0.0)
| Version | Downloads | Last updated |
|---|---|---|
| 4.0.0 | 1 | 2026/3/19 |