MvvmCross 8.0.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 is a hotfix to address some issues with the MvvmCross 8.0.0 release.

A regression was found, which causes BindingContext not to be set on MvxActivity. A bug was found, where ILogger<T> was not registered in the IoC Container, which is essential to resolve a scoped logger.

Changelog

8.0.1 (2021-06-12)

Full Changelog

Fixed bugs:

  • ILogger<T> cannot be resolved #4195
  • BindingContext not set on MvxActivity #4194

Merged pull requests:

  • Fix binding context not set on Android Activities #4192
  • Register generic logger #4193