You're Invited:Meet the Socket Team at BlackHat and DEF CON in Las Vegas, Aug 4-6.RSVP
Socket
Book a DemoInstallSign in
Socket

github.com/jtone123/xamformsmvxtemplate

Package Overview
Dependencies
Alerts
File Explorer
Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

github.com/jtone123/xamformsmvxtemplate

v0.0.0-20200702074125-702c89cd8d9a
Source
Go
Version published
Created
Source

Xamarin Forms MvvmCross Template

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

You can download the extension from the Visual Studio gallery or download VSIX from this repo.

The previous version of VSIX for MvvmCross 5.5 is available by the following link OldVSIX

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
  • MvvmCross Forms approach example for Navigation, Logging, Android AppCompat, etc.
  • Xamarin.Essentials
  • Dialogs
  • Logging (Serilog with Xamarin Sinks)
  • Master-Detail
  • Tabs
  • xUnit (testing in VS and after build)
  • UI Tests
  • (will continue to add more interesting stuff)

Buy Me A Coffee

FAQs

Package last updated on 02 Jul 2020

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts