Reply To: [Bug v3.2.1] Nodes Menu fails to populate on reflection nodes

Forums 💬 FlowCanvas ⚙️ Support [Bug v3.2.1] Nodes Menu fails to populate on reflection nodes Reply To: [Bug v3.2.1] Nodes Menu fails to populate on reflection nodes

#12194
brodyb
Participant

    I’ve managed to narrow down to the call that’s hanging up.

    In ReflectionTools.cs:891, the RTGetAttribute() method seems to stall up, preventing the for loop in GetExtensionMethods() from concluding. Simply having FlowGraphExtensions.AppendTypeReflectionNodesMenu() not get extension methods lets the menu load from my end.