Skip to content

Releases: autofac/Autofac.Extras.MvvmCross

v5.1.0

31 Jan 19:32
d9824a6
Compare
Choose a tag to compare

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

05 Oct 15:43
Compare
Choose a tag to compare
  • Targeting netstandard2.0.
  • Updated to support MvvmCross 6.2.0 (#11, #12).
  • Enabled SourceLink support.
  • Removed uses of obsolete ContainerBuilder.Update method (#8).

v4.0.2

09 Jan 14:10
Compare
Choose a tag to compare
  • 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.

v4.0.0

03 Jan 21:20
Compare
Choose a tag to compare

Updated to support MvvmCross 4, Autofac 4, and .NET Core.

v3.3.0

03 Jan 21:19
Compare
Choose a tag to compare

This release occurred prior to switching Autofac components to separate repositories.