gluck / il-repack

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

Don't strong name sign for delay signing #330

Closed arturfilar closed 8 months ago

arturfilar commented 8 months ago

I found this as a major difference from ILMerge that causes some internal issues in our code. The change is to strong name sign the assembly only if it's not Delay Signed - that's ilmerge behavior. I'm pretty sure that should solve this issue https://github.com/gluck/il-repack/issues/290