That’s one of the errors.
Here’s another one from a definition which runs fine in Rhino 7:
mesh_from_lines_c#.gh (19.7 KB)
And another one with the following error message:
- Failed to get instance from script
Exception: Compile Error
‘IEnumerable’ does not contain a definition for ‘Count’ and no accessible extension method ‘Count’ accepting a first argument of type ‘IEnumerable’ could be found (are you missing a using directive or an assembly reference?) (Error CS1061) rhinocode:///grasshopper/1/b7fd9d00-6dd3-420f-9382-b6bafb558dfc/e9461b65-3bc4-4356-ab94-48dfee8b17b1:[87:47]
ocean_wave_water_shader.gh (18.2 KB)
One more:
subd_creased_edge_c#.gh (11.2 KB)
I had to create a new list and add the points from the PC input to my new list to make the error go away.

