NDoc hands when documenting generic types in some situations
Status: Beta
Brought to you by:
xharzej
Using the release build of NDoc3 Beta 4 it will hang if you try to document assemblies that contain certain kinds of generic types. Having checked out the source and debugged this I found a NullReferenceException in the core library. The attached patch provides a working fix for this issue and simply requires the code to call declaringType.GetGenericTypeDefinition() in some cases to avoid the NullReferenceException
Patch for NullReferenceException