Skip to content

Instantly share code, notes, and snippets.

@juucustodio
Last active June 26, 2017 13:35
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/365bbb3de926ba2112f90ae54ffcc632 to your computer and use it in GitHub Desktop.
Save juucustodio/365bbb3de926ba2112f90ae54ffcc632 to your computer and use it in GitHub Desktop.
Exemplo para ativar o XamlCompilation a nível de aplicação.
using Xamarin.Forms.Xaml;
...
[assembly: XamlCompilation (XamlCompilationOptions.Compile)]
namespace MeuApp
{
...
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment