Releases · autofac/Autofac.Extras.MvvmCross · GitHub
Skip to content
This repository was archived by the owner on May 20, 2026. It is now read-only.

Releases: autofac/Autofac.Extras.MvvmCross

v5.1.0

Choose a tag to compare

@tillig tillig released this 31 Jan 19:32
d9824a6

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

Choose a tag to compare

@tillig tillig released this 05 Oct 15:43
  • 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

Choose a tag to compare

@alexmg alexmg released this 09 Jan 14:10
  • 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

Choose a tag to compare

@tillig tillig released this 03 Jan 21:20

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

v3.3.0

Choose a tag to compare

@tillig tillig released this 03 Jan 21:19

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