Hammock 和 Hammock.ClientProfile 有什么区别?

发布于 2024-12-10 08:46:25 字数 315 浏览 0 评论 0原文

我正在尝试使用 Hammock 作为库来轻松访问 REST API。

当我在 Visual Studio 2010 中使用 nuget 添加包时,它会添加 2 个引用:

  • Hammock
  • Hammock.ClientProfile

但是,当我尝试使用 hammock 类和方法时,它告诉我某些类存在重复的实现。此外,使用完整的命名空间范围似乎没有帮助。

是否有可能只使用 Hammock - 或 - Hammock.ClientProfile - 但不能同时使用两者?

如果是这样,为什么?

I am attempting to use Hammock as a library to enable easy access to a REST API.

When I add the package using nuget in Visual Studio 2010, it adds 2 references:

  • Hammock
  • Hammock.ClientProfile

However, when I attempt to use the hammock classes and methods, it tells me there are duplicate implementations of certain classes. Further, using full namespace scoping does not seem to help.

Is it possible that one should be using only Hammock -or- Hammock.ClientProfile - but never both at the same time?

If so, why?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

分開簡單 2024-12-17 08:46:25

我已经联系了创建者,他表示这些库之间没有区别 - 他曾经计划实现一个服务器端库,但从未实施过。

就我个人而言,我正在使用 Hammock(并且使用 Hammock.ClientProfile)。

I have contacted the the creator, and he stated that there is no difference between the libraries - he was at one time planning to implement a server-side library, but never followed through on it.

My personally, I am using Hammock (and not using Hammock.ClientProfile).

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文