I am new to Xamarin Forms and am trying get Microsoft Unity IoC framework integrated into it for use in an iOS/Android app.
Adding the Nuget package is simple enough but as soon as I add something that actually references Unity (e.g. public static UnityContainer Container { get; private set; }), my app dies at runtime with a
However, when I go to run it, my app dies immediately with a FileNotFoundException of Microsoft.Practices.ServicesLocation
Best I can tell my project is setup similar to this tutorial project.
*.iOSand*.Droidprojects. Clean, rebuild, same result. Regardless shouldn't the references cascade down (like in Visual Studio)? - Ternary.iOSapp. If you write that up as an answer, I'll gladly accept it. Thanks - Ternary