[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
- Open the example project from https://github.com/mwhapples/ReactiveUIActivation
- Build and run on Windows
- Observe the Error
- 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.