Mono compatible Dependency Injection Framework

后端 未结 4 1215
醉话见心
醉话见心 2021-01-04 11:30

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

相关标签:
4条回答
  • 2021-01-04 11:53

    Autofac most certainly is.

    0 讨论(0)
  • 2021-01-04 11:55

    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.

    0 讨论(0)
  • 2021-01-04 11:56

    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 :)

    0 讨论(0)
  • 2021-01-04 12:09

    Castle Windsor is.

    0 讨论(0)
提交回复
热议问题