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.
如果我有一个程序集,我想用什么工具更新一些文件,我需要什么工具才能做到这一点?
例如,在 java 中,可以解压缩 jar 文件更新所需的 .class 并重新压缩 jar。如何在 .NET 中完成等效操作?
ILMerge 将是最简单的 IMO。
脚步:
ILRepack是 ILMerge 的替代品。
但是,理想情况下,您应该只将代码添加到主项目中,并在可能的情况下重新编译。