We ran into an interesting bug a couple of days back where some code would work on a developers machine but the exact same code would cause unit tests to fail on a test engineer's machine. The code in question were our implementation of Enum.GetHashCode. The bug caused by a small change in the way...