I have a xamarin application that works fine until i check the "compiling with .Net native tool chain" in the project properties. I get following exceptions:
Exception thrown: 'StructureMap.StructureMapConfigurationException' in Prism.Forms.dll
Exception thrown: 'StructureMap.StructureMapConfigurationException' in System.Private.CoreLib.dll
Just to be clear the project builds with no issues and when i uncheck the checkbox the application runs fine.
If anyone has ran into this and has any ideas on how i can troubleshoot i would greatly appreciate it