Forum member

supertom44

2 posts

Posts by supertom44

  1. GetHashCode Nrunch vs Nunit different values

    Hi, Many thanks for your reply, IntPtr.Size does indeed differ between the two, I get 8 with ReSharper and 4 with NCrunch. We have read the article you linked us to and we have tried changing the architecture but we are still unable to solve this issue.

  2. GetHashCode Nrunch vs Nunit different values

    Hi all, I am currently evaluating Ncrunch to see if it is a viable solution for my needs and I have come across a strange problem. When requesting the hashcode of a string Ncrunch returns a different value in the test when compared to running the test in Nunit/ReSharper itself. Here is an …