MvvmCross 6.4.1

A new MvvmCross version is available on NuGet! You can always find the latest changelog in the root of the repository to see what has changed between versions.

This release mainly contains servicing of some of our packages and the addition of monoandroid10.0 as a target framework and bug fixes to support Android Q.

We have switched away from using the dynamic keyword to get rid of the dependency on the Microsoft.CSharp NuGet package. The only place dynamic was used in the log4net logger. This should not be a breaking change.

We would like to thank all the people involved in making all the changes for MvvmCross 6.4.1, all changes from small documentation changes to bigger feature Pull Requests are much appreciated.

Change Log

6.4.1 (2019-09-30)

Full Changelog

Fixed bugs:

  • MvxExpandableTableViewSource doesn’t let touches through #3574
  • MvxLayoutInflater CreateCustomViewInternal fails on Android 10 #3550
  • NullReferenceException when initializing fragment in ViewPager #3535

Closed issues:

  • Update Fused Location plugin to latest version of Play Services #3580
  • Nested fragment inside viewpager caused error “Fragment host not found” #3380

Merged pull requests: