salesforce-marketingcloud / FuelSDK-CSharp

FuelSDK-CSharp
MIT License
51 stars 79 forks source link

Assembly is not signed #70

Open balajikandasamy opened 5 years ago

balajikandasamy commented 5 years ago

I am not able to deploy the assembly to GAC due to this issue. The dependency JWT is also not signed. I tried to use the NuGet package and I see the same issue.

sfdrogojan commented 5 years ago

Hi @balajikandasamy! Can you please describe the scenario in which you need to deploy the assembly to the GAC? Do you need to use multiple versions of it at the same time? Do you have multiple applications that should all reference the assembly from the GAC?

balajikandasamy commented 5 years ago

We have multiple application currently using web service reference for communicating with Salesforce. We built a Framework that refers to FuelSDK. The framework will be used by multiple application and we don't want a copy in all applications. So we decided to deploy in GAC, So in future, if there are any updates to the framework or Fuelsdk we can deploy to GAC rather deploying to multiple application. Multiple we are talking in the 100's. Let me know if you have more questions.

sfdrogojan commented 5 years ago

Hi @balajikandasamy! We are planning a release with the signed assembly of the SDK for next week. As for JWT, since this is not under control, you should still use it as a nuget package reference.

balajikandasamy commented 5 years ago

Thank you for the quick turnaround. I have requested the JWT team to consider signing the assembly. https://github.com/jwt-dotnet/jwt/issues/14#issuecomment-468379006

ghost commented 5 years ago

We are currently working on this issue and we will keep you up to date on this matter.