C# CSharp in Dynamo

Hi,

Sorry for the late reply. There’s a few gotchas but the node still works fine in 2.0. You’ll first have to make sure that you’re feeding in an empty list for the “CustomAssemblies” input, becase the old default is now invalid. Secondly, if you’re passing any integers, you’ll have to make sure you cast them to Int64, because that’s now the default in Dynamo:

7 Likes