I've updated my Xamarin.Android app package MvvmCross
from 5.3.2
to 5.4
and app start crashing on startup. Manually I identified that the reason is the linker - I have link SDK libs only
option enabled. With the None
option it works just fine but makes a twice bigger package.
The type initializer for 'MvvmCross.Core.Platform.LogProviders.ConsoleLogProvider' threw an exception. ---> System.NullReferenceException: Object reference not set to an instance of an object