When I run my plugins, it appears I need to have any dependent assemblies in the articy installation folder, instead of the plugin folder.
For example, I got the autocomplete control from the microsoft WPF toolkit so I needed to include a reference to DotNetProjects.Input.Toolkit.dll. This gets output with my plugin, but having it exist next to my plugin's DLL / manifest is insufficient. It needs to be a sibling of ArticyDraft.exe for the plugin to load properly.
Is this expected behavior, and if so is there any way I can make articy look in another folder for DLLs?