mailjet / mailjet-apiv3-dotnet

[API v3] Official Mailjet API v3 .NET wrapper
https://dev.mailjet.com
MIT License
76 stars 31 forks source link

Latest Nuget Assembly not signed #40

Closed inicolenco closed 3 years ago

inicolenco commented 5 years ago

Hi it seems that the latest Nuget package assembly is not signed. This results in the following error being raised Could not load file or assembly 'Mailjet.Client, Version=1.2.2.0, Culture=neutral, PublicKeyToken=null' or one of its dependencies. A strongly-named assembly is required. (Exception from HRESULT: 0x80131044)

This is quite unfortunate as it makes the package quite unusable for enterprise solutions relying on strongly-named assemblies.

snsrkrishna commented 4 years ago

image

Team, is this assembly not yet signed. Please help us with alternative.

esuarezlo commented 4 years ago

All libraries which use Mailjet.Client must be no signed also. This was my solution.