我目前正在尝试使用 C# 编写 Android 程序的一些技术。我发现 MvvmCross 对于一个老 WPF 程序员来说非常好。可悲的是,免费的 Xamarin 版本不允许使用 MvvmCross,而且许可证对于玩耍来说太贵了。
现在我偶然发现了 dot42,但无法通过 nuget 将 MvvmCross 加载到 dot42 项目中。我明白了
Could not install package 'MvvmCross.PortableSupport 3.1.1'. You are trying to install this package into a project that targets 'Dot42,Version=v2.3.3', but the package does not contain any assembly references or content files that are compatible with that framework.
所以我猜,MvvmCross 不支持 Dot42。是否可以将 MvvmCross 与 dot42 一起使用?