sayedihashimi / slow-cheetah

XML Transforms for app.config and other XML files
Other
242 stars 51 forks source link

SlowCheetah.Xdt is not a signed assembly #130

Closed wcabus closed 7 years ago

wcabus commented 10 years ago

When adding SlowCheetah to a project, you also add a reference to the SlowCheetah.Xdt assembly, which isn't signed (doesn't have a strong name). This prevents your own assemblies to have a strong name.

If you might wonder why you would sign an application assembly: in my case, I need to sign it because the path used by My.Settings changes if you change the location of your exe file, unless ... it is signed.

sayedihashimi commented 10 years ago

This it's the only request for signing that I've received. Let's see if there is others who need this as well.

davilimap commented 7 years ago

As of 2.5.48, SlowCheetah only contains signed assemblies.