Forum member

markrendle

4 posts

Posts by markrendle

  1. Set Parallel Execution option at test project level

    Most of my tests would quite happily run in parallel, I've just got one test project where that won't work. It would be awesome if I could enable parallel execution across all the others and disable it for just that project.

  2. Build fail when using var = dynamic

    I think Simple.Data's Database.Open may be the only one. But more and more people are using it! Looking forward to 1.40. NCrunch is like crack; I'm missing my hits.

  3. Build fail when using var = dynamic

    Hi Remco, It's not Simple.Web, it's Simple.Data that has the problems. http://github.com/markrendle/Simple.Data Cheers, Mark

  4. Build fail when using var = dynamic

    Bit of a showstopper for me, this. I've got 700 tests using a dynamic type but with the var keyword. Builds fine in VS and MonoDevelop, but not in NCrunch, which is treating the "dynamic" as "object". I suspect this is a known issue, but until it's fixed, I can't use NCrunch.