When you look at a GUID values item in the watch window you do not see the value of the item, when you expand the item you just see “Empty” this is very misleading!
You have to add “ToString()” to the value to see something useful.
So how do I get Visual Studio to add the “ToString()” it’s self?
I am using VB.NET if it make a difference.