You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Do you want to request a feature or report a bug?
Bug
What is the current behavior?
RoutedViewHost on UWP uses the IRoutableViewModel type to specify what view model type to return for ViewLocator calls, which ends up failing
If the current behavior is a bug, please provide the steps to reproduce and if possible a minimal demo of the problem
What is the expected behavior?
That this type can be resolved...
What is the motivation / use case for changing the behavior?
Which versions of ReactiveUI, and which platform / OS are affected by this issue? Did this work in previous versions of ReativeUI? Please also test with the latest stable and snapshot (http://docs.reactiveui.net/en/contributing/snapshot/index.html) versions.
Any version other than 7.2.
Other information (e.g. stacktraces, related issues, suggestions how to fix)
I think the only change required would be to change ViewLocator to use GetType() rather than typeof(T) on line 170.
The text was updated successfully, but these errors were encountered:
Note: for support questions, please ask on StackOverflow: https://stackoverflow.com/questions/tagged/reactiveui . This repository's issues are reserved for feature requests and bug reports.
Do you want to request a feature or report a bug?
Bug
What is the current behavior?
RoutedViewHost on UWP uses the IRoutableViewModel type to specify what view model type to return for ViewLocator calls, which ends up failing
If the current behavior is a bug, please provide the steps to reproduce and if possible a minimal demo of the problem
What is the expected behavior?
That this type can be resolved...
What is the motivation / use case for changing the behavior?
Which versions of ReactiveUI, and which platform / OS are affected by this issue? Did this work in previous versions of ReativeUI? Please also test with the latest stable and snapshot (http://docs.reactiveui.net/en/contributing/snapshot/index.html) versions.
Any version other than 7.2.
Other information (e.g. stacktraces, related issues, suggestions how to fix)
I think the only change required would be to change ViewLocator to use
GetType()
rather thantypeof(T)
on line 170.The text was updated successfully, but these errors were encountered: