有没有免费的类似 ilmerge 的工具可以合并 wpf 程序集?

发布于 2024-09-25 22:54:38 字数 1539 浏览 2 评论 0原文

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

书信已泛黄 2024-10-02 22:54:38

科斯图拉可以做到这一点。

它将引用作为资源嵌入到目标程序集中。然后在运行时拦截程序集加载事件并提供资源。

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

原谅过去的我 2024-10-02 22:54:38

我看到两个相关的解决方案:

  1. 在运行时实现程序集解析处理,以便合并的 WPF 程序集可以正常工作:
    http://blog.mahop.net/post/Merge-WPF-Assemblies。 aspx

  2. 使用开箱即用支持它的产品(商业,因此在下面的情况下不是一个选项):
    使用 wpf 将 dll 合并到单个 .exe

I see two relevant solutions:

  1. Implement your assembly resolution handling at runtime so ilmerge'd WPF assemblies do work:
    http://blog.mahop.net/post/Merge-WPF-Assemblies.aspx

  2. 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

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文