I have created a copy of a gh file that had custom c# components with an external library reference in it. I have to reload the assembly, but when I click on manage assemblies the window with the add option does pop up anymore.
Can I fix this, or should I recreate the component?
@rudolf.neumerkel Yes. Required references for scripts are now handled by # r: or // r patttern in the script itself. This way when you publish a script, all the requirements of the script goes with it