在 ILMerge 中允许重复的泛型类型

发布于 2024-08-23 13:16:01 字数 200 浏览 8 评论 0原文

根据 ILMerge 文档,它允许合并具有冲突类型的程序集。我正在尝试合并 FSharp.Core.dll 和 System.Reactive.dll 但我无法找出为此的命令行参数。

ILMerge 抱怨 System.IObservable 版本存在冲突。我该如何告诉它解决这个冲突。

谢谢和问候, 福尔基

according to the ILMerge documentation it allows to merge assemblies with conflicting types. I'm trying to merge FSharp.Core.dll and System.Reactive.dll but I can't figure out the command line params for this.

ILMerge is complaining about the conflicting versions of System.IObservable<T>. How can I tell it to solve this conflict.

Thanks and regards,
forki

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

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

发布评论

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

评论(1

二货你真萌 2024-08-30 13:16:01

尝试使用allowDup命令行选项,请参阅本文

Try the allowDup command-line option, see this article.

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