I have seen this:
https://blogs.msdn.microsoft.com/mvpawardprogram/2017/10/03/dependency-injection-xamarin/
...and have scoured the web for examples on how to get Ninject, Autofac, and Unity working with a Xamarin Forms project. I have Unity working but it looks like a dead project at this point.
Does anyone have a complete example of how to get Autofac or Ninject working in a Xamarin Forms project? I thought I would be off and running with my DI framework of choice in a few minutes and it is now day three and many hours in. Seems some frameworks "do not support Xamarin Forms" because of certain implementation details in relation to iOS. I'm a hair away from decorating my classes and using the built in DependencyService but this is not a simple project and I really don't want to commit to that for fear that an unforeseen inflexibility might present a road block.
After wiring up Unity I have a pretty good idea of how to use other DI frameworks but I keep running into a lot of platform specific (MVC etc..) documentation which gives me pause.
Any help or insight is appreciated.