Hi All,
I'm developing a plugin which requires to be deployed in the Global Assembly Cache, which forces me to sign the assembly. So far so good, but now i have to add localization to the project and a requirement is that languages can be added to the application without recompiling everything. I took a look at satellite assemblies but then the satellite assemblies have to be signed too, and i don't want to provide the keypair of the plugin to anybody who just wants to add a language.
Do you guys know a way to meet this requirement?