I am working on an issue with UWP application with Xamarin.Forms. I have noticed that when I set the build configuration to Release mode MessagingCenter class stop working without crashing but in Debug mode MessagingCenter works fine.
I set my output log to verbose mode and it is clean without any error or exception. I guess that ".Net Native tool chain" is optimizing the code and aggressively removing some of the dependencies. Has anyone faced this issue before or maybe know a workaround for this?