gpt4 book ai didi

c# - Rx.NET 的 System.CoreEx.dll 在哪里

转载 作者:可可西里 更新时间:2023-11-01 07:55:33 25 4
gpt4 key购买 nike

这似乎是一个愚蠢的问题,但我从这里下载了 .NET 的 Reactive Extensions:
http://msdn.microsoft.com/en-us/devlabs/ee794896.aspx

这个简单的例子给我一个构建错误:

var test = new[] { 1, 2, 4, 5 };
test.ToObservable().Subscribe(Console.WriteLine);

编译器说:

Error 2 The type 'System.Concurrency.IScheduler' is defined in an assembly that is not referenced. You must add a reference to assembly 'System.CoreEx, Version=1.0.2856.104, Culture=neutral, PublicKeyToken=31bf3856ad364e35'. C:\dev\test\RxTests.cs 67 13 Test

System.CoreEx 与 System.Reactive 不在同一个程序集列表中……有什么线索吗?

最佳答案

在最新版本的 Rx 中,System.CoreEx.dll 已被删除,内容与 System.Reactive.dll 合并。有关其他更改,请参阅发行说明。

关于c# - Rx.NET 的 System.CoreEx.dll 在哪里,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/5156112/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com