Daily Usage Issues

Exception window size

Started by derfel on 5,879 views

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.


External image

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

Edited

Hi, thanks for sharing this.

Can you confirm your screen resolution and DPI? Ideally, this popup should be showing the entire exception message (excluding the stack trace).
I tried it across all 3 of my monitors and they look exactly the same.

1920x1080 68.84 DPI
1920x1200 94.34 DPI
2560x1440 108.79 DPI
Thanks, I'll take a look and will see what I can do.
Thanks mate.

I have a strong suspicion it's Windows 10 as I believe it was fine in Win7/8. There are a tonne of drawing glitches as well with Windows 10 in VS2013., probably with Resharper.
derfel wrote:I have a strong suspicion it's Windows 10 as I believe it was fine in Win7/8. There are a tonne of drawing glitches as well with Windows 10 in VS2013., probably with Resharper.


Thanks for letting me know about this. I was wondering why I hadn't seen this before - Win10 makes perfect sense.

Post a reply

Log in to reply.