jbevain / cecil

Cecil is a library to inspect, modify and create .NET programs and libraries.
MIT License
2.73k stars 624 forks source link

No way to sign a netstandard assembly from a .NET >=6 app? #899

Open fandrei opened 1 year ago

fandrei commented 1 year ago

The WriterParams.StrongNameKeyPair property requires a StrongNameKeyPair object, but this object is no longer supported since .NET 6 and throws an exception.

ltrzesniewski commented 1 year ago

See #803 (Fody uses this to sign its output)