RestCode / WebApiProxy

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

WebApiProxy.Server doesn't have a strong name

Ytrog opened this issue · comments

commented

WebApiProxy.Server doesn't have a strong name. The problem with this is that it cannot be used from assemblies that do have a strong name. Normally you would fix this by signing it yourself, however this isn't really practical if you got it from NuGet as updates would break it.

My proposed solution: sign the assemblies before packaging them for NuGet.