dsplaisted / strongnamer

MIT License
330 stars 51 forks source link

Mono.Cecil ReadModule() issue with IdentityServer4 #18

Open DavidUrting opened 7 years ago

DavidUrting commented 7 years ago

Hello, I have an ASP.NET Core 2 project (running on the full .NET framework) that references IdentityServer4. That assembly is not signed, so I tried to use StrongNamer but it fails when passing that assembly to Mono.Cecil.ModuleDefinition.ReadModule(). Is it possible to fix this - maybe with a more recent version of Mono.Cecil?

Also see this issue: https://github.com/IdentityServer/IdentityServer4/issues/1653

sergey-litvinov commented 7 years ago

That might be due that reason that StrongNamer uses old one Mono.Cecil and it just doesn't work with .Net Core . You can try to update it locally to newest version of Mono.Cecil and give it a shot