After installing Visual Studio 2015 Update 1 on my machine I saw that some of my unit tests failed. After doing some investigation I was able to reduce the problem to this line of code:...Expression<Func<GameObject, bool>> expression = t => t.X == 0 && t....