NServiceBus 2.5 版本中是否支持与 Unity 一起使用的子容器
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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
子容器支持仅在 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.