Search Results

2
votes

Visual Studio 2008 “randomly” hangs on test run

I'm having the same problem, but only when I try to debug a test, and it happens every time. Looks like I'll have to read up on WinDBG and SOS before I can do anything to fix it. …
0
votes

C#, XML-Doc: Refering to a generic type of a generic type in C# XML documentation?

There seems to be no way to refer to a generic of a generic in XML documentation, because actually, there's no way to refer to a generic of any specific type. Lasse V Karlsen's …