Solution template containing the needed Core, iOS, Android and UWP projects for Xamarin.Forms 3.3 projects. The solution offers integration with the MvvmCross 6.2 framework. For easier testing purposes, the solution also includes a UnitTest project and a UITest project.
This is a project to build a Visual Studio 2017 extension to help you start developing with Xamarin.Forms 3.3 and MvvmCross 6.2
What to expect
After installing the extension, when creating a new project in Visual Studio, you will be able to select a new template: Xamarin Forms with MvvmCross Solution Template. This will create the following projects:
A Core Project (.NET Standard) will contain the Xamarin.Forms UI files, the View Models, and a basic abstract repository class to work with any repository.
An Android project
An iOS project
An Universal Windwos Platform project
An UITest project
An UnitTest project
Other small features that can be found in the project are:
Localization
Fody.PropertyChanged
New MvvmCross navigation service
Settings API
Dialogs
xUnit (testing in VS and after build)
SQLite does not support yet. New SQLite approach is coming...