Pregunta

I'm looking to build an integration into one of my current projects involving GDrive, however I can not currently use the released binary package from https://developers.google.com/drive/downloads as it does not have strong name dlls.

¿Fue útil?

Solución

C# client library doesn't have binaries with strong name signing. You may like to figure out building them by yourself, the code is open sourced on https://code.google.com/p/google-api-dotnet-client/

Licenciado bajo: CC-BY-SA con atribución
No afiliado a StackOverflow
scroll top