Forum member

nisbus

2 posts

Posts by nisbus

  1. Reactive Extensions and ReactiveUI tests failures

    Hi Remco, Just in case others run into the same problem. I figured this out and the solution is to put in the ClassInitialize this line: RxApp.DeferredScheduler = Scheduler.CurrentThread; This makes all the tests run successfully. cheers, nisbus

  2. Reactive Extensions and ReactiveUI tests failures

    Hi, I'm using Reactive Extensions and ReactiveUI (http://rx.codeplex.com/ & http://www.reactiveui.net/). When I run my tests using the VS2010 test runner they all pass. When NCrunch runs them they sometimes fail and sometimes pass (at random it seems). This will always fail in NCrunch and al…