How do I debug into an ILMerged assembly?

后端 未结 4 2168
梦毁少年i
梦毁少年i 2021-01-02 11:52

Summary

I want to alter the build process of a 2-assembly solution, such that a call to ILMerge is invoked, and the build results in a single assemb

4条回答
  •  轻奢々
    轻奢々 (楼主)
    2021-01-02 12:27

    I tried to do something like this and found that you should not rename anything, neither before not after the merge. Moving stuff to to separate directory is fine. If you do not rename anything, it works.

提交回复
热议问题