Here I come today for an advice. For so many years I used WPF for my desktop applications, with the wonderful Caliburn.Micro by my side.
Today, I have a Xamarin app to create and I see that the best way to build a cross-platform app is to use the new .NET Standard library above Portable Class Library. I understand that, but unfortunately, Caliburn.Micro is not ready for that (for a profesionnal app).
So the question is, would it be really really bad to choose PCL for getting the Caliburn.Micro compatibility, or should I look to another MVVM framework? I see one is shipped with Xamarin, so maybe it's the good choice?