Xamarin.Forms by Microsoft

<PackageReference Include="Xamarin.Forms" Version="5.0.0.2291" />

.NET API 1,474,968 bytes

 XamlCompilationOptions

Enumerates values that control when XAML is compiled into IL.
Compile = 2

Compile the XAML for the class or project when the application is built.

Skip = 1

Skip the compilation for this type or assembly. The XAML will be parsed, and the object graph constructed, at runtime.