Hi Guys,
I’m having an issue getting my nodes showing up properly from Visual Studio to Dynamo. Basically, it creates nodes and menus which aren’t intended.
In the example below, if I import the dll, I will see a menu named “NewNode”, within that menu there is another menu named “NewNode”, in that new menu thereare two nodes; NewNode and name…
The problem is I thought ZeroTouch Import stripped the namespace and only exposed the methods. To be honest i’ve never used c# so still working it out. All I want is a menu called “NewNode” with the name node in it…