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 合并几个程序集并保留所有库的初始命名空间?
感谢您的任何反馈。
当然。只需使用 ILMerge。它不会更改任何名称空间。 它所做的只是从每个程序集中加载单个模块并将所有模块放入一个程序集中。