Importing nugets stops the main loop without any error message. I’ve tried different, but it happens repeatedly. I think it’s related to an Interface implementation.
Sorry for replying so late, the issue you’re facing here is that the library is targeting .NET Core while our system still runs on .NET Framework. In upcoming preview builds (2022.5) we updated our package system so we should now recognize such packages properly. Just checked in a local dev build and the system is no longer crashing but instead coloring those nodes red as it can’t load the said dll.
In order for your patch to truly work we’ll need to target .NET 6. The preparations for it are now all in place, when the update happens I’ll report back here. Thanks for your example patch!