I have a class library which contains WPF user control. This library has some dependencies but I want to deploy it as one assembly. As I know IlMerge has some problems with WPF. I tried Costura but it works only for applications, not for class libraries (as I have found out here). Is there any way to achieve my goal?
As one of the contributors to Costura I can now confirm that it works for libraries as well as applications.
In fact all the unit tests for Costura are on a library, so it definitely works.