My VS test explorer shows tests including the full type name, like so:
CompanyName.ProjectName.Web.Tests.SutDoesWhatItShould
Instead of just:
SutDoesWhatItShould
This is highly unreadable/annoying. How do I fix this?
I'm using the xunit runner for visual studio (prerelease) and xunit.net.