Skip to content

Instantly share code, notes, and snippets.

@juucustodio
Created June 24, 2017 19:05
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save juucustodio/bfb6c2cfbcd4a9503ab922d3260eab33 to your computer and use it in GitHub Desktop.
Save juucustodio/bfb6c2cfbcd4a9503ab922d3260eab33 to your computer and use it in GitHub Desktop.
Exemplo para ativar o XamlCompilation a nível da classe.
using Xamarin.Forms.Xaml;
namespace MeuApp
{
[XamlCompilation (XamlCompilationOptions.Compile)]
public class HomePage : ContentPage
{
...
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment