Dear All,
I am trying to create an explicit node. It is proper working but OUT port keeps on increasing when I re-open the file. How should I protect it? The Dynamo version is 2.0.
Thanks
Ivy

Dear All,
I am trying to create an explicit node. It is proper working but OUT port keeps on increasing when I re-open the file. How should I protect it? The Dynamo version is 2.0.
Thanks
Ivy

I believe you need to add [JsonConstructor] to your code.
It is working,thanks