strongnamer icon indicating copy to clipboard operation
strongnamer copied to clipboard

Mono.Cecil ReadModule() issue with IdentityServer4

Open DavidUrting opened this issue 8 years ago • 1 comments

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

DavidUrting avatar Oct 20 '17 17:10 DavidUrting

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

sergey-litvinov avatar Oct 20 '17 19:10 sergey-litvinov