Which Dependency Injection frameworks are compatible (and tested) against the Mono 2.4.2.3 runtime (Release Notes)?
相关问题
- Wrapping Angular components which has Parent/Child
- Monodevelop: `Waiting for debugger`
- Unity3D - Build Failed because of “[Unity] ERROR:
- How to I access the DbContext of EF core from anot
- NserviceBus property injection
相关文章
- Visual Studio Code, MAC OS X, OmniSharp server is
- Bundling the Windows Mono runtime with an applicat
- TinyIoC: Register multiple interfaces on a single
- How to use native C++ libraries in Mono for Androi
- Restlet server resource with constructor parameter
- Injecting an IEnumerable into a constructor with a
- ASP.NET Core DbContext injection
- DI container, factory, or new for ephemeral object
Castle Windsor is.
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.
Autofac most certainly is.
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 :)