在 ILMerge 中允许重复的泛型类型
根据 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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
尝试使用allowDup命令行选项,请参阅本文。
Try the allowDup command-line option, see this article.