سؤال

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 ?

هل كانت مفيدة؟

المحلول

Run ILMerge with the command line option /target:exe

مرخصة بموجب: CC-BY-SA مع الإسناد
لا تنتمي إلى StackOverflow
scroll top