Forum member

ProgrammerAl

3 posts

Posts by ProgrammerAl

  1. RDI fails to run tests involving ImmutableArray

    Wanted to chime in that this new build did fix my issue with NSubsitute substitutes using ImmutableArray<>. Thanks for the quick fix!

  2. RDI fails to run tests involving ImmutableArray

    First of all, RDI is super cool. Thanks for all the hard work you put in to making this. I'm getting the same exception when setting up an ImmutableArray<> in a unit test. The exception is being thrown because RDI (I assume) is trying to access the ImmutableArray<> property when code looks like i…

  3. Debugging Async Tests - variable "does not exist in the current context"

    Looks like no one has asked about this recently. Anyone know if this bug has been fixed within the past 6 months? I'm having the same problem now in VS 2013.