From time to time after compilation Xamarin.Forms app Layout is squeezed
only clue i have is:
SetValue: Can not convert to type 'Xamarin.Forms.Color'
SetValue: Can not convert to type 'Xamarin.Forms.LayoutOptions'
SetValue: Can not convert to type 'Xamarin.Forms.LayoutOptions'
SetValue: Can not convert to type 'Xamarin.Forms.Color'
SetValue: Can not convert to type 'Xamarin.Forms.LayoutOptions'
SetValue: Can not convert to type 'Xamarin.Forms.LayoutOptions'
SetValue: Can not convert to type 'Xamarin.Forms.Color'
SetValue: Can not convert to type 'Xamarin.Forms.Color'
SetValue: Can not convert to type 'Xamarin.Forms.Color'
SetValue: Can not convert to type 'Xamarin.Forms.LayoutOptions'
SetValue: Can not convert to type 'Xamarin.Forms.LayoutOptions'
SetValue: Can not convert to type 'Xamarin.Forms.Color'
SetValue: Can not convert to type 'Xamarin.Forms.LayoutOptions'
SetValue: Can not convert to type 'Xamarin.Forms.LayoutOptions'
SetValue: Can not convert to type 'Xamarin.Forms.Color'
SetValue: Can not convert to type 'Xamarin.Forms.LayoutOptions'
SetValue: Can not convert to type 'Xamarin.Forms.LayoutOptions'
SetValue: Can not convert to type 'Xamarin.Forms.Color'
SetValue: Can not convert to type 'Xamarin.Forms.LayoutOptions'
SetValue: Can not convert to type 'Xamarin.Forms.LayoutOptions'
Solution:
After project clean, unload project (Droid and iOS),
sometimes I have to restart Visual Studio "bad compilation problem" is gone = app looks good.
Where:
It is not an emulator problem or platform i had bad layouts on ios and android device,
other team members have same issue from time to time so it is not my machine that makes problem.
Layout is squeezed , bad compilation , bad xamarin.forms translation, this problem is weird.
Reloading Native project I can understand because it regenerate some files : Android Resources ..
Don't know how to solve this problem.