Hi there,
I've recently switched to NUnit on VS2013 as well as Windows 10 so I'm not quite sure if it is new to either, but the exception window size is either too small or should be made resizable as it currently requires an extra click to be able to see the bare minimal details.
I'm using Assert.That(object, Is.EqualTo(1));
Ideally it should show the 2nd line of text as well, which is
Expected: 1
But was: 0