microsoft / automatic-graph-layout

A set of tools for graph layout and viewing
Other
1.36k stars 304 forks source link

SetupDisplayNodeIds - node.DebugId can not be compiled in release mode #178

Closed FilipRychnavsky closed 5 years ago

FilipRychnavsky commented 5 years ago

\GraphLayout\Samples\FastIncrementalLayoutWithGdi\Form1.cs - method SetupDisplayNodeIds uses node.DebugId = ((DrawingNode)node.UserData).Id; DebugId is defined in\GraphLayout\MSAGL\Core\Layout\Node.cs - but only in Debug mode Filip

levnach commented 5 years ago

Thank you for reporting. I fixed it.