Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

unable to fix reference already merged into reference assembly #43

Open
thejuan opened this issue Sep 24, 2013 · 2 comments
Open

unable to fix reference already merged into reference assembly #43

thejuan opened this issue Sep 24, 2013 · 2 comments

Comments

@thejuan
Copy link
Contributor

thejuan commented Sep 24, 2013

I am attempting to merge MassTransit 2.8 and Magnum into my own assembly.
Magnum has Newtown.Json merged already into itself, MassTransit references a different version.

Using the latest IL-Repack from Nuget
I get this error

WARN: Method reference is used with definition return type / parameter. Indicates a likely invalid set of assemblies, consider one of the following
WARN: - Remove the assembly defining Newtonsoft.Json.Utilities.<22393bc1-1b24-4381-8b42-1e880f8e1d97>IWrappedDictionary from the merge
WARN: - Add assembly defining Newtonsoft.Json.Utilities.<22393bc1-1b24-4381-8b42-1e880f8e1d97>IWrappedDictionary Newtonsoft.Json.Serialization.JsonDictionaryContract::CreateWra
pper(System.Object) to the merge

A type load expection if i try and use the DLL (enumerate the types in it)

@dennisdoomen
Copy link

I'm observing the exact same problem with this public repository: https://github.com/dennisdoomen/piercer/tree/AttemptToUseILRepack

@emysa341
Copy link

Same warnings on my side, any fix ?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants