Mark Erickson
Results
1
issues of
Mark Erickson
I have a very simple android application (targeting API level 23) built with Xamarin.Forms (2.4.0.282), FreshMvvm (2.2.0) with the following in the app.xaml.cs constructor: ```c# var mainPage = FreshPageModelResolver.ResolvePageModel(); var...