You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Should GetNestedType be treated as a special case of GetType so that the existing #14 check is applied?
That would be cool because I'd totally prefer a refactoring from type.GetNestedType to type.Assembly.GetType("RepeatedTypeName+NestedTypeName, throwOnError: true) over avoiding NRE manually.