I have an open source Windows Form Control that is available for everyone to use via NuGet, however, this control depends on one of my other libraries for handling the animations.
Now the problem is that user won't see the control in the toolbox after adding the NuGet package and in fact, they can't even add the control manually because of its dependent to the other library and the fact that two libraries are in different folders.
So the question is, is there a better way to add a control to the Toolbar from a NuGet package? As for now, they need to compile their project once and then add the library from the /bin/Debug
or /bin/Release
folder to the toolbar.
The library in question is: