[MODDING] ModManager does not reflect nested types

Issue #1031 resolved
Armithaig created an issue

Not a big deal but thought’d raise the point.

ModManager.GetTypesWithAttribute() and others don’t call Type.GetNestedTypes() to check nested types for the attribute, not recursive but’m unsure what infernal machine’d nest their types to hecksville anyway.

Comments (4)

  1. Armithaig reporter

    Noticed the API docs for Assembly.GetTypes writes this in the remarks: "The returned array includes nested types.", tried it again with the attached mod n' sure enough that's verifiably false for us on both Windows & Linux.

  2. Log in to comment