Question

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

Was it helpful?

Solution

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

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top