dsplaisted / strongnamer

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Mono.Cecil ReadModule() issue with IdentityServer4

DavidUrting opened this issue · 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: IdentityServer/IdentityServer4#1653

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