Google 目录 API 没有强签名

Google Directory API is not strong signed

在你们中的任何人声称 API 不受支持之前,请先查看此 LINK:https://developers.google.com/admin-sdk/support

Peleyal:这可能不是您支持站点的最佳位置;我得到的只是那些投反对票的人,因为根据规则这是 "not the place to get support on an API"....

好吧,我使用新的 API 让我的库中的所有东西都能正常工作,然后我在将它导入我的代码库时偶然发现了这个 gem...

错误 4 程序集生成失败 -- 引用的程序集 'Google.Apis.Admin.Directory.directory_v1' 没有强名称 错误 5 程序集生成失败 -- 引用的程序集 'Google.Apis.Auth.PlatformServices' 没有强名称 错误 6 程序集生成失败——引用的程序集 'Google.Apis' 没有强名称 错误 7 程序集生成失败——引用的程序集 'Google.Apis.Core' 没有强名称 错误 8 程序集生成失败 -- 引用的程序集 'Google.Apis' 没有强名称 错误 9 程序集生成失败 -- 引用的程序集 'Google.Apis.Core' 没有强名称

根据第三方程序集的堆栈溢出....第三方 DLL 没有 'strong name'?

但我发送的不是 "nasty gram",而是请求。我们可以签署这个程序集吗?

很抱歉回复晚了,我很抱歉带来坏消息:这个已经有一个未解决的问题 - https://code.google.com/p/google-api-dotnet-client/issues/detail?id=238, and yeah it's old. We will try to finally address this one in the next release, but I can't give any concrete estimations.
By the way, we will have to address one of the dependencies which as far as I know isn't signed first - ZLib.Portable

无论如何,你可以用你的版本自己签名,因为这个库是开源的。核心库代码可在此处获得:https://code.google.com/p/google-api-dotnet-client/source/browse/, and the Google Admin Directory API is in https://developers.google.com/resources/api-libraries/download/admin/directory_v1/csharp.