IoC容器冲突

发布于 2024-10-04 18:38:25 字数 306 浏览 5 评论 0原文

在我当前的项目中,我使用 SolrNet 和 OAuth.Net。这两个库都使用公共服务定位器。 SolrNet 将自定义 IoC 容器实现设置为定位器提供程序。 OAuth.Net 的定位器提供程序在我的代码中设置(当前我使用的是示例中使用的 Windsor)。问题从这里开始,因为

ServiceLocator.SetLocatorProvider()

实际上是替换 ServiceLocator.Current 静态属性值。

有什么建议吗?在这种情况下,最佳实践是什么?

提前致谢, 赫里斯托

In my current project I'm using SolrNet and OAuth.Net. Both libraries use Common Service Locator. SolrNet set as a locator provider a custom IoC container implementation. The locator provider for OAuth.Net is set in my code (currently I'm using Windsor as it is used in the examples). And the problem starts here because

ServiceLocator.SetLocatorProvider()

actually is replacing the ServiceLocator.Current static property value.

Any advice? What are the best practices in such a scenario?

Thanks in advance,
Hristo

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

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

发布评论

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

评论(1

吻泪 2024-10-11 18:38:25

如果您已经在使用 Windsor,请使用附带的 Windsor 工具 而不是内置容器。

If you're already using Windsor, set up SolrNet using the included Windsor facility instead of the built-in container.

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