https://docs.microsoft.com/en-us/azure/application-insights/app-insights-hockeyapp-bridge-app
How to make TFS Build Manage Xamarin App Build Numbers
http://www.blogaboutxamarin.com/xamarin-dev-ops-with-vsts-versioning-apps-for-hockeyapp/
Change Xaml Compilation, so you recieve xaml errors on Buld, instead of runtime
From performance tips video:
https://channel9.msdn.com/Shows/XamarinShow/XamarinForms-Performance-Tips-and-Tricks?term=xamarin%20show#time=11m35s
- Website
https://developer.xamarin.com/guides/xamarin-forms/xaml/xamlc/
- Code example
using Xamarin.Forms.Xaml;
[assembly: XamlCompilation (XamlCompilationOptions.Compile)]
No comments:
Post a Comment