Thanks and Inquiries
YJ15 opened this issue · 1 comments
YJ15 commented
Leave Your Message Below (don't delete this line though)
Thanks to Costura, I was able to keep my project's dll files neatly organized. Thank you.
When the exe file contains dlls, the size of the exe file grows naturally. Maybe it also increases the process memory of the exe file?
GeertvanHorrik commented
I am 99% sure that the assemblies will be extracted at startup (but streams are being disposed). Then assemblies are only loaded when required by .NET, so it should not affect the process memory (only execution size because files are being embedded).