Dynamo version
1.2.1
Operating system
Win 10
What did you do?
Ran a script with approx 2k lines of Imperative DesignScript.
What did you expect to see?
The script to execute (its been in use successfully for months)
What did you see instead?
The graph is completely unresponsive and the cause is a clash with Archi-labs List class. This is what I narrowed it down to, and so I added DSCore.List to all List objects in my DS. It still doesn't solve the problem. My only option is to completely uninstall Arch-lab package, but its distributed across my clients office and relied upon by a number of their users so I can't use this as my solution.
Considering these clashes cripple Dynamo graphs, the purpose of reporting this issue is to suggest a more robust approach to DesignScript libraries and third-party libraries to prevent this from happening.
If you need the example DYN to run tests, I can provide one.