I'm running into a weird issue with TinyIOC when trying to run an release build on my Nexus 4.
Everything works fine in Debug mode, but when I try running the release build I get this Runtime Error:
UNHANDLED EXCEPTION: System.Reflection.TargetInvocationException: Exception has been thrown by the target of an invocation. ---> TinyIoC.TinyIoCResolutionException: Unable to resolve type: MyDiem.Core.Invokers.ResolveSlideMenuRowTouchedInvoker ---> System.NullReferenceException
Does something change with reflections when in Release build mode?