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

FlowCanvas Forums 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

#3161
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.