Viincenttt / MollieApi

This project allows you to easily add the Mollie payment provider to your application.
MIT License
147 stars 85 forks source link

Error CS8002 Referenced assembly 'Mollie.Api, Version=2.2.0.1, Culture=neutral, PublicKeyToken=null' #287

Closed booger-bubble closed 1 year ago

booger-bubble commented 1 year ago

Hello, is there possibility, that you will add support for strong name reference?

Viincenttt commented 1 year ago

Hi @booger-bubble ,

I do not have plans for this at the moment. If you want, you could sign the library yourself.

Kind regards, Vincent

Mek7 commented 6 months ago

Why is that such a big problem to sign the library? When unsigned, it complicates things for people consuming it from projects that have a strong name, but does not influence non-strongly-named projects. Strongly naming this library can only be a win. So far, we have a DLL referenced that we signed ourselves, but then we lose version upgrades by nuget. Strong name was requested a few times already before, as I can see, please reconsider.