I am using Costura.Fody to merge some dlls and now I need to sign the output dll. I have seen that this is possible with ILMerge but that tool give some errors when trying to merge so I use Costura.Fody. but the problem is that Costura.Fody doesn't allo to strong name the assembly.
Thanks