Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在使用ILMerge合并控制台应用程序的使用库。合并后,生成的 exe 在一秒钟内完成执行并在后台运行(不显示其输出Console.WriteLine)。 我该怎么做才能将它作为控制台应用程序实际运行?
Console.WriteLine
使用命令行选项运行 ILMerge/target:exe
/target:exe