Mono 兼容的依赖注入框架

发布于 2024-08-13 06:30:57 字数 261 浏览 6 评论 0原文

哪些依赖注入框架与Mono 2.4.2.3 运行时 (发行说明)?

Which Dependency Injection frameworks are compatible (and tested) against the Mono 2.4.2.3 runtime (Release Notes)?

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

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

发布评论

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

评论(4

云巢 2024-08-20 06:30:57

这个SO问题涉及使用NHibernate与MONO 2.4:

Mono 2.4 上的 ASP.NET MVC 1 和 2 以及 Fluent NHibernate

我使用过 Unity< /a> 之前曾成功使用 Mono 2.4.2。

希望这有帮助:)

This SO question relates to using NHibernate with MONO 2.4:

ASP.NET MVC 1 and 2 on Mono 2.4 with Fluent NHibernate

I have used Unity with Mono 2.4.2 successfully before.

Hope this helps :)

酒与心事 2024-08-20 06:30:57

Autofac 肯定是。

Autofac most certainly is.

贱人配狗天长地久 2024-08-20 06:30:57

值得注意的是,三年多来我还没有遇到过不能在 Mono 上运行的 IoC 容器。

注意:基于反射的注册方法不太可能在基于 AOT 编译的平台上工作,例如通过 MonoTouch 的 iOS。

Worth noting that over 3 years down the line I'm yet to come across an IoC Container that doesn't work on Mono.

Note: Reflection based approaches to registration will not likely work on AOT compilation based platforms such as iOS via MonoTouch.

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