Is Reactive Extensions 2.1 PCL compatible with Xamarin?

生来就可爱ヽ(ⅴ<●) 提交于 2020-01-13 05:54:06

问题


Riddle me this:

Can the new PCL version of Reactive Extensions be made to work with Xamarin?

If so, how?


回答1:


Nope. But check out https://github.com/mono/rx/tree/rx-oss-v2.1/Rx/NET/Source/Rx_Xamarin for versions that do work.




回答2:


Yes it is possible. At the moment, you will need to switch to the beta channel of the Xamarin tools which implement Mono 3.0. This can be done via Tools > Options > Xamarin in Visual Studio 2012.

Xamarin.Android 4.7 Information

Xamarin.iOS 6.3 Information

The ReactiveUI project should have all of the libraries that you need. Here is a link to the libraries folder on their nuget site.



来源:https://stackoverflow.com/questions/16599214/is-reactive-extensions-2-1-pcl-compatible-with-xamarin

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!