Forum member

MikeDymond

4 posts

Posts by MikeDymond

  1. Does not work with Fody

    Hi Remco I have created a brand new project and everything works as expected. So there is just something weird happening in my main project. method to test: [code=csharp] private bool _stuff; public bool Stuff { get => _stuff; set …

  2. Does not work with Fody

    Hi Remco I will try. In the meantime is there any documentation on how to get Fody to work with NCrunch? Should I install Fody in the test project? Cheers Mike

  3. Does not work with Fody

    Hi I cannot see an error in any of the NCrunch logs, but I could be looking in the wrong place. What I am seeing is that if I run the tests using Resharper all of my tests pass, but if I run them in NCrunch I have 4 that are failing. Having looked at the 4 failing tests we have tracked it down…

  4. Does not work with Fody

    Sorry to raise this thread from the dead, but I am having exactly this problem and I cannot figure out how to resolve it. I am using the latest version of Fody and NCrunch. Cheers Mike