Releases: autofac/Autofac.Extras.MvvmCross
Releases · autofac/Autofac.Extras.MvvmCross
v5.1.0
MAINTENANCE MODE: This package is in maintenance-only mode. No new bug fixes or features will be added. If you would like to become an owner for this package and take responsibility for maintaining it, visit us on the Google Groups and let us know.
This final release limits the compatible version of Autofac to < 5.0.0. Autofac 5.0.0 has breaking changes that have not been integrated into this library (see the Autofac release notes for more information). If you would like an Autofac 5.0.0 compatible version of this integration, you will need to take ownership of the library.
v5.0.0
v4.0.2
- Fixed issue #5 - Mvx.IocConstruct() only resolves the type but should register it implicitly.
- Autofac's DependencyResolutionException instances are caught and wrapped into an
MvxIoCResolveException
. - Property Injection can be configured to inject into all properties or just those marked with MvxInject as forseen in MvvmCross.