Silverlight 的反应式扩展 (Rx) - System.Interactive.dll 移至何处?
我刚刚安装了 Silverlight 4 和 5(测试版)的最新 Rx 版本 (v1.1.10425)。我发现该包缺少我过去在项目中使用过的 3 个 DLL:
System.CoreEx.dll
System.Interactive.dll
System.Observable.dll
我实际上缺少的是以下扩展方法:
System.Linq.EnumerableEx.Run<TSource>(this System.Collections.Generic.IEnumerable<TSource>)
它移到哪里了?它是否与其他程序集合并?
I've just installed the newest Release (v1.1.10425) of Rx for Silverlight 4 and 5 (Beta). I've seen that the package is missing 3 DLLs I've used in my projects in the past:
System.CoreEx.dll
System.Interactive.dll
System.Observable.dll
What I'm actually missing is the following extension method:
System.Linq.EnumerableEx.Run<TSource>(this System.Collections.Generic.IEnumerable<TSource>)
Where has it moved to? Was it merged with an other assembly?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
抱歉,最新版本中不存在此功能。不过,您仍然可以使用以前版本中的 System.Interactive。
更新:这是现在是 NuGet 包
更新 2: 现在有非实验性 NuGet 包,以及非实验性 Ix-Async
This doesn't exist in the latest release, sorry. You can still use the System.Interactive from a previous release though.
Update: This is now a NuGet package
Update 2: There is now a non experimental NuGet package, as well as non experimental Ix-Async