I have a management library in my application that is slightly larger for the type of application I am developing. The library is more than 2 MB, and I hardly use its functionality, I would say that I use from 5% to 10% of all its functionality.
Is there a way to remove code that my application never uses from the library?
PS: The library is not developed by me, and it is not open source (you can buy the code, though).
EDIT: I posted this because, although it could have been achieved with ILMerge, this is what someone told me in the past ... I tried to use ILMerge but did not work, and I'm not sure I use it correctly ...
source
share