C# Generic items not being shown in the alt-m list is a known problem:
case=11633
This is down as a fairly urgent bug, but I do not yet have an estimate for when this will be fixed.
I have never seen or heard of this crashing the IDE, but I personally do very little work with C# generics. Do you remember an older build of VA that did not crash when working with C# generic types? Or have you always seen this problem?
How easily can you reproduce this, and which IDE are you using?
Using VS2005 and VA 1647 I have added the following code to a cs file:
class test_general
{
IList<String> m_listNames;
IDictionary<String, String> m_ForenameSurname;
}
I am not seeing any problems with this, or in the file. I have shown VA View and when I hover the mouse over the variables and the types IList and IDictionary VA shows me information quite happily.
Is it possible that the type inside the IList is the problem?