开发针对 Android 和 iOS (Xamarin/Mono) 和 Windows Store 的 MvvmCross 应用程序(因为与 iOS/Android 相比,它调试起来非常容易/快速)。
该应用程序的核心是基于 PCL 的。
是否可以在 Core 库中使用 Async/Await?
Xamarin mono 支持 Async/Await,Windows Store 也支持。但是,当仅选择 Net4.5、Windows Store、Mono Android 和 MonoTouch 作为 PCL 目标时,会自动选择 SL4 和 WP7.5,并且 Async/Await 不再可用。