We don’t allow questions seeking recommendations for software libraries, tutorials, tools, books, or other off-site resources. You can edit the question so it can be answered with facts and citations.
Closed 9 years ago.
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
接受
或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
发布评论
评论(2)
科斯图拉可以做到这一点。
它将引用作为资源嵌入到目标程序集中。然后在运行时拦截程序集加载事件并提供资源。
https://github.com/Fody/Costura
Costura can do this.
It embeds references as resources in the target assembly. Then at run time intercepts assembly load events and serves up the resource.
https://github.com/Fody/Costura
我看到两个相关的解决方案:
在运行时实现程序集解析处理,以便合并的 WPF 程序集可以正常工作:
http://blog.mahop.net/post/Merge-WPF-Assemblies。 aspx
使用开箱即用支持它的产品(商业,因此在下面的情况下不是一个选项):
使用 wpf 将 dll 合并到单个 .exe
I see two relevant solutions:
Implement your assembly resolution handling at runtime so ilmerge'd WPF assemblies do work:
http://blog.mahop.net/post/Merge-WPF-Assemblies.aspx
Use a product that supports it out of the box (Commercial, so not an option in the case below):
Merging dlls into a single .exe with wpf