Question

I am using ILMerge to merge the used libraries for a console application. After its merged, the resulting exe just finishes execution in a second and runs in the background(does not show its output for Console.WriteLine).
What Can i do to actually run it as a console application ?

Was it helpful?

Solution

Run ILMerge with the command line option /target:exe

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top