OpenRasta IoC 与 Unity 2.0
OpenRasta 支持 Unity 2.0 吗? DI.Unity 是针对 Unity 1.2 构建的
Does OpenRasta support Unity 2.0 ?
The DI.Unity is build against Unity 1.2
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
https://github.com/openrasta/openrasta-unity -- 现已支持 Unity 2.1+ (虽然距离上次回答这个问题已经过去了9个月了……)
https://github.com/openrasta/openrasta-unity -- Support for Unity 2.1+ now (Although it has been 9 months since the last answer to this question...)
OpenRasta 是.NET 和Unity2.0 的框架。
我在文档中发现 OpenRasta 支持依赖注入和 IoC。那么为什么要把它们混合在一起呢?
如果您已经使用 Unity 作为 IoC 容器,我认为解析 OpenRasta 类型没有任何问题。它们和其他类型一样是常见类型。
OpenRasta is a framework for .NET as well as Unity2.0.
I found in documentation that OpenRasta supports Dependency Injection and IoC. So why mix them together?
If you already use Unity as IoC container I don't see any problem to resolve OpenRasta types. They are common types as others.