NCrunch and FakeItEasy.OutAndRefParametersConfigurationExtensions

56 Views Asked by At

I have a codebase with NUnit test suites, which I run with both Resharper Unit Test Sessions and NCrunch.

One of my test requires FakeItEasy.OutAndRefParametersConfigurationExtensions. Most of the time it works, but occasionally NCrunch fails that test with error:

System.TypeLoadException : Could not load type 'FakeItEasy.OutAndRefParametersConfigurationExtensions' from assembly 'FakeItEasy, Version=1.21.0.0, Culture=neutral, PublicKeyToken=eff28e2146d5fd2c'.

  • Re-running the test in NCrunch invariably fixes it immediately.
  • I don't get that sort of error on any other test
  • The Resharper Unit Test runner doesn't have any issues with it at all.
  • I feel like the failures generally seem to happen in association with a git jump, or a Solution Clean, or an NCrunch "Resync"

Any ideas what's wrong and/or what I could do to make these false positives go away?

0

There are 0 best solutions below