NServiceBus 2.5 版本中是否支持与 Unity 一起使用的子容器

发布于 2024-11-14 03:12:45 字数 521 浏览 2 评论 0原文

NServiceBus 2.5 版本中是否支持与 Unity 一起使用的子容器? 请参阅http://andreasohlund.net/2010/10 /12/nservicebus 中的子容器支持/ http://tech.groups.yahoo.com/group/nservicebus/message/9391。 当我使用 StructureMap 作为我的 IoC 容器时,它工作得很好,而且我不需要任何特殊配置。但是当我使用 Unity 作为我的 IoC 容器时,它根本不起作用。 Unity 支持子容器,请参阅 http://msdn.microsoft.com/en-us /library/ff650130.aspx

Are child containers supported together with Unity in ver 2.5 of NServiceBus ?
See http://andreasohlund.net/2010/10/12/support-for-child-containers-in-nservicebus/
http://tech.groups.yahoo.com/group/nservicebus/message/9391 .
When I use StructureMap as my IoC-container it works great and I don’t need to any special configuration. But when I use Unity as my IoC-container it won’t work at all.
Unity supports child containers, see http://msdn.microsoft.com/en-us/library/ff650130.aspx.

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

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

发布评论

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

评论(1

反话 2024-11-21 03:12:45

子容器支持仅在 v3.0(当前是 master 分支)中向前推进。这对 v2.0-v2.5 分支来说已经是一个重大的改变了,所以我们没有包含它。

如果您想向项目贡献一些代码以在 Unity 中启用子容器支持,请在 NServiceBus 项目,我将引入您的更改。

Child container support is only moving forward in v3.0 (currently the master branch). It was enough of a breaking change to the v2.0-v2.5 branch that we didn't include it.

If you'd like to contribute some code to the project to enable child-container support in Unity, send me a pull request on the NServiceBus project on GitHub, and I'll pull in your changes.

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