在哪里'用'方法定义。 ReactiveUI

时间:2015-10-13 16:11:00

标签: system.reactive reactiveui

我看到here我们可以使用

 (new TestScheduler()).With(sched =>{
    // Code run in this block will have both RxApp.MainThreadScheduler
    // and RxApp.TaskpoolScheduler assigned to the new TestScheduler.
});

但是With方法定义在哪里。我找不到任何东西。请帮忙。

Microsoft.Reactive.Testing.TestScheduler不包含With的定义,并且没有可以找到接受类型With的第一个参数的扩展方法Microsoft.Reactive.Testing.TestScheduler

1 个答案:

答案 0 :(得分:1)

这是一个定义为here的扩展方法,您需要nuget包reactiveui-testing才能使其可用。