We are attempting to use MVVM Light in a Xamarin.iOS project, and when installing the toolkit through NuGet the "GalaSoft.MvvmLight.Platform" DLL only downloads in Xamarin.iOS projects targeting the older MonoTouch10 runtime, but not the newer 64-bit compatible Xamarinios10 runtime. Can the package be updated to support and target the newer runtime? Thanks!
Comments: Hi, I've downloaded the Xamarin Evolve Flowers example from the link above, but I have a compiler error (Xamarin Studio): /Flowers/Flowers.Forms/Flowers.Forms/Flowers.Forms/Helpers/DialogService.cs(18,18): Error CS0738: `Flowers.Forms.Helpers.DialogService' does not implement interface member `GalaSoft.MvvmLight.Views.IDialogService.ShowMessage(string, string, string, string, System.Action<bool>)' and the best implementing candidate `Flowers.Forms.Helpers.DialogService.ShowMessage(string, string, string, string, System.Action<bool>)' return type `System.Threading.Tasks.Task' does not match interface member return type `System.Threading.Tasks.Task<bool>' (CS0738) (Flowers.Forms) Thanks, Claudiu
Comments: Hi, I've downloaded the Xamarin Evolve Flowers example from the link above, but I have a compiler error (Xamarin Studio): /Flowers/Flowers.Forms/Flowers.Forms/Flowers.Forms/Helpers/DialogService.cs(18,18): Error CS0738: `Flowers.Forms.Helpers.DialogService' does not implement interface member `GalaSoft.MvvmLight.Views.IDialogService.ShowMessage(string, string, string, string, System.Action<bool>)' and the best implementing candidate `Flowers.Forms.Helpers.DialogService.ShowMessage(string, string, string, string, System.Action<bool>)' return type `System.Threading.Tasks.Task' does not match interface member return type `System.Threading.Tasks.Task<bool>' (CS0738) (Flowers.Forms) Thanks, Claudiu