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

Fails to build, complains of invalid strong name token for Mono.Cecil reference #15

Open
Andycharalambous opened this issue Apr 27, 2018 · 5 comments

Comments

@Andycharalambous
Copy link

v0.8 of With.Fody blows up during build with:

Severity Code Description Project File Line Suppression State Error Fody: The weaver assembly 'With.Fody, Version=0.8.0.0, Culture=neutral, PublicKeyToken=null' references an out of date version of Mono.Cecil.dll. Expected strong name token of '1C-A0-91-87-7D-12-CA-03' but got '50-CE-BF-1C-CE-B9-D0-5E'. The weaver needs to update to at least version 3.0 of FodyHelpers.

Checked the references on With.Fody.dll with ILDASM and indeed it references Mono.Cecil with 50-CE-BF-1C-CE-B9-D0-5E public key token. Is there a way around this? Can this please be fixed?

Thanks

@Ninglin
Copy link

Ninglin commented Jul 12, 2018

I have the same issue. I believe it's because version 0.8 is not compatible with Fody 3.0. If you install fody 2.X you should be fine.

@SuddenGunter
Copy link

@mikhailshilkov is this project abandoned?

@mikhailshilkov
Copy link
Owner

@SuddenGunter I never used it with Fody 3.0 and probably won't. Happy to take a PR.

@SuddenGunter
Copy link

@mikhailshilkov actually, we've found another solution for this case: Remute

@aalmada
Copy link
Contributor

aalmada commented Jun 17, 2019

@Andycharalambous @Ninglin @SuddenGunter The project was updated to Fody 5.0. Can you please check the latest version of the NuGet package?

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

No branches or pull requests

5 participants