gluck / il-repack

Open-source alternative to ILMerge
Apache License 2.0
1.16k stars 214 forks source link

Read of keyfile fails on Linux #365

Closed iskiselev closed 1 month ago

iskiselev commented 1 month ago

Creating of StrongNameKeyPair from snk fail on linux with:

System.PlatformNotSupportedException: Strong-name signing is not supported on this platform.
    at System.Reflection.StrongNameKeyPair..ctor(Byte[] keyPairArray)
    at ILRepacking.Steps.SigningStep.Perform() in /_/ILRepack/Steps/SigningStep.cs:line 56
    at ILRepacking.ILRepack.RepackCore(String tempOutputDirectory) in /_/ILRepack/ILRepack.cs:line 433
    at ILRepacking.ILRepack.Repack() in /_/ILRepack/ILRepack.cs:line 295
    at ILRepacking.Application.Main(String[] args) in /_/ILRepack/Application.cs:line 42