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

Not compatible with Microsoft.CodeAnalysis.Csharp #36

Closed
molinch opened this issue Dec 7, 2017 · 3 comments
Closed

Not compatible with Microsoft.CodeAnalysis.Csharp #36

molinch opened this issue Dec 7, 2017 · 3 comments
Labels

Comments

@molinch
Copy link

molinch commented Dec 7, 2017

First of all thanks a lot, it's very useful to have relevant StackTraces.

Unfortunately I am one of these poor guy that needs to use strongnames. So we used strongnamer which works perfectly. However once you strongname you really need similar versions.

Ben.Demystifier requires System.Reflection.Metadata 1.5.0, which requires System.Collections.Immutable 1.4.0

We also use Microsoft.CodeAnalysis.Csharp, but unfortunately it uses Microsoft.CodeAnalysis.Common 2.4.0, which uses System.Collections.Immutable 1.3.1

So when running the runtime is obviously unhappy.
Do you see a way to make both cohabit?

@Suchiman
Copy link
Contributor

Suchiman commented Dec 7, 2017

@molinch did you try using binding redirects?

@benaadams benaadams added the bug label Dec 22, 2017
@molinch
Copy link
Author

molinch commented Dec 22, 2017

Yes I did so but also forked the project and changed dependencies: it was more convenient for my use case.
If you want @benaadams we can close the issue, I have a workaround (the fork).

@molinch
Copy link
Author

molinch commented Jan 30, 2018

Let's close since I have a working solution (forked project).

@molinch molinch closed this as completed Jan 30, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

3 participants