Often times when looking at an exception that involves calls with generics I'd like to know what the actual runtime types were.
It shows most of the rest of the call and type information in the popup, but generics get the generic definition name instead of the generic type.
I realize that the normal .net stacktrace also shows Foo`1 or Foo`2 or whatever instead of the actual types used at runtime,
but the call stack window in visual studio does show the full actual types when debugging.
Is there a way for type parameter information to somehow also be shown in the stacktraces shown for exceptions in ncrunch?