Unclaimed project
Are you a maintainer of MvvmCross? Claim this project to take control of your public changelog and roadmap.
Changelog
The .NET MVVM framework for cross-platform solutions, including Android, iOS, MacCatalyst, macOS, tvOS, WPF, WinUI
In MvvmCross 8 we removed the broken navigation waiting for a result from a ViewModel. New in 9.3.1 is a contribution from @entdark which adds similar functionality back.
There are some updated docs on how to use it which can be found https://www.mvvmcross.com/documentation/fundamentals/navigation
There are some new methods in MvxNavigationService, a new IMvxResultViewModelManager and MvxResultAwaitingViewModel and MvxResultSettingViewModel types that are specific to this new navigation.
There is also a new sample in the Playground project in this repo for inspiration of use:
Full Changelog: https://github.com/MvvmCross/MvvmCross/compare/9.3.0...9.3.1