reactiveui/ReactiveUI

[Bug]: Unable to use activation of views on Windows with MAUI

mwhapples opened this issue ยท 2 comments

Describe the bug ๐Ÿž

If I add a view which uses activation (eg. ViewModelViewHost) to a MAUI application then the application will fail with an exception on Windows. The exception is about not knowing how to activate the view and suggests implementing IActivationForViewFetcher. I have created an example project which can be found at https://github.com/mwhapples/ReactiveUIActivation

Step to reproduce

  1. Open the example project from https://github.com/mwhapples/ReactiveUIActivation
  2. Build and run on Windows
  3. Observe the Error
  4. Compare with running on other platform such as Android

Reproduction repository

https://github.com/mwhapples/ReactiveUIActivation

Expected behavior

App will load and the page will be shown

Screenshots ๐Ÿ–ผ๏ธ

No response

IDE

No response

Operating system

Windows

Version

No response

Device

No response

ReactiveUI Version

19.5.31

Additional information โ„น๏ธ

No response

This should be resolved with the next release, thank you for raising the issue.

This issue has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs.