Problems with Fody/Costura

user3492582 picture user3492582 · Apr 3, 2014 · Viewed 9.9k times · Source

To start with: I'm a complete beginner. I have two projects in one solution. One project is a console application, which is called from the windows form application. Now I want to add these to one executable. I was told that it was possible with Fody/Costura. I downloaded it and added the IncludeAssemblies code to the xml file. However, if i go to the debug folder, ther are still the two executables seperately (apart from some new generated files) Does the executable save in another place or did i do something wrong?

Answer

Cameron MacFarland picture Cameron MacFarland · Jan 2, 2015

As of version 1.5 Costura automatically cleans up the directory.

To disable this there is now a setting in the config. https://github.com/Fody/Costura#disablecleanup