D:\a1\s\Xamarin.Forms.Core\GridCalc.cs, line 436 throws System.NullReferenceException: Object reference not set to an instance of an object.
Observed a related issue in Visual Studio 2019 for Mac / Xamarin. Reverting to Xamarin.Forms.3.6.0.344457 fixes the problem.
Stumbled upon the same issue when upgrading Xamarin Forms from 3.6 to 4, setting Forms.SetFlags("UseLegacyRenderers"); in MainActivity.cs solved the issue (for now) for me.
@jepl4052 - Nice work. I saw this MS doc that discusses backward compatibility of Xamarin.Forms Fast Renderers. Looks like this "bug" is actually Xamarin.Forms 4 working as intended.
@rohitvipin I was unable to reproduce this. Can you please alter the attached solution such that it demonstrates the issue? Thanks!
duplicate of https://github.com/xamarin/Xamarin.Forms/issues/6247