Michael Ridland
Michael Ridland
There's also this. ``` public static void RunForget(this Task t) { t.ContinueWith((tResult) => { //Console.WriteLine(t.Exception) //TODO: Log to Xamarin insights }, TaskContinuationOptions.OnlyOnFaulted); } ```
@minaairsupport Thanks for the input, we will be working with the XF to ensure we support XF 4.0 and shell when it's released.
Yes, shell support will happen once Shell can support Mvvm.
@mathewgrabau @robertbaker @redwards1966 What would you like to happen when the Android back button is pressed?
I haven't picked this up. If you're already there feel free to take a look.
ReverseInit was designed to collect data when returning pushed page. It's seems it's being used for more purposes than intended. We can definately add the ability if everyone would like...
Hey all A new nuget has dropped. @gazwinter @arggrande @LeoJHarris
All release notes are in nuget. 3.0.0 Using the latest Xamarin forms nuget 3.4.0, updated the solution to be .net standard, fixed all the unit test errors.
@hauteur @LeoJHarris .. In regards to release notes, what would be your preference for where these would be located?
Shell is not ready for proper MVVM yet, at the moment you should stick with vanilla FreshMvvm until Shell supports it. You don’t actually need shell to build a great...