Silverlight 的反应式扩展 (Rx) - System.Interactive.dll 移至何处?

发布于 2024-11-07 08:23:18 字数 357 浏览 0 评论 0原文

我刚刚安装了 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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

铜锣湾横着走 2024-11-14 08:23:18

抱歉,最新版本中不存在此功能。不过,您仍然可以使用以前版本中的 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

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文