The NuGet packages and download zips are now available for the final release of Autofac 3.0. The biggest changes since Beta 2 are the introduction of an official SignalR integration (built against the RC1 version) and plenty more documentation on the wiki (with even more on the way). The release notes below outline the changes between Beta 2 and the final release. You find details for the previous beta versions on the release notes page. Thank you to everyone who tested the beta versions and provided the team with valuable feedback. A big shout out to Travis Illig for helping make 3.0 such a great release, and to Nicholas Blumhardt for starting such an awesome open source project.
Changes
- Added SignalR Integration.
- Updated Newtonsoft.Json package to the latest.
- Added the inner exception message to
DependencyResolutionException
message for easier troubleshooting.
Bug Fixes
- Issue 310: Resolve fails on MEF export of type
object
- Issue 352: Security exception in Silverlight 5
- Issue 394:
ContainerBuilder.RegisterAssemblyType
depends on assembly list order - Issue 326: If MEF contract type has generics, MEF integration fails
- Issue 343: Include inner exception message in outer exception message when wrapping exceptions from constructors
Core NuGet Packages
- Autofac
- Autofac ASP.NET MVC 4 Integration
- Autofac ASP.NET Web API Integration
- Autofac ASP.NET SignalR Integration
- Autofac MEF Integration
- Autofac WCF Integration
- Autofac WebForms Integration