iscreen . router . navigator . execute不能在Xamarin.Forms上使用rea



我有一个Xamarin。这里的Forms项目使用RxUI 6.5.2和一个非常简单的导航使用路由器,它的工作:

https://github.com/GiusepeCasagrande/RoutingSimpleSample/tree/ReactiveUI_6_5

但是(几乎)相同的代码在RxUI 7中不起作用:https://github.com/GiusepeCasagrande/RoutingSimpleSample/tree/master

谁能指出我做错了什么,或者如果这是某种bug?

@kentcb指向我https://github.com/reactiveui/ReactiveUI/issues/1166

Execute返回IObservable,并且是惰性的。你必须订阅它为任何可能发生的事。

所以我更新了项目,现在它工作完美!

最新更新