CodefoundryDE / LegacyWrapper

LegacyWrapper uses a x86 wrapper to call legacy dlls from a 64 bit process (or vice versa).
MIT License
79 stars 20 forks source link

strong names #38

Open SebHoffmRS opened 3 years ago

SebHoffmRS commented 3 years ago

Would it be possible to sign the assemblies with a strong-name?

Otherwise, we're not able to use this in our project because we sign our assemblies in order to be able to use different versions side by side in the same app domain without conflict.

There's an official how-to, but I could also provide a PR if required.