Skip to content

Instantly share code, notes, and snippets.

@ufukhawk
Created April 5, 2019 07:44
Show Gist options
  • Save ufukhawk/5e01b7d131d91db587b3afc048455817 to your computer and use it in GitHub Desktop.
Save ufukhawk/5e01b7d131d91db587b3afc048455817 to your computer and use it in GitHub Desktop.
XAML tasarımlarınızın derlenme süresini azaltır.
using Xamarin.Forms.Xaml;
...
[assembly: XamlCompilation (XamlCompilationOptions.Compile)]
namespace PhotoApp
{
...
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment