MvvmCross 10.0.0

Prefix Reserved
There is a newer prerelease version of this package available.
See the version list below for details.
dotnet add package MvvmCross --version 10.0.0
                    
NuGet\Install-Package MvvmCross -Version 10.0.0
                    
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="MvvmCross" Version="10.0.0" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="MvvmCross" Version="10.0.0" />
                    
Directory.Packages.props
<PackageReference Include="MvvmCross" />
                    
Project file
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version the package.
paket add MvvmCross --version 10.0.0
                    
#r "nuget: MvvmCross, 10.0.0"
                    
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
#:package MvvmCross@10.0.0
                    
#:package directive can be used in C# file-based apps starting in .NET 10 preview 4. Copy this into a .cs file before any lines of code to reference the package.
#addin nuget:?package=MvvmCross&version=10.0.0
                    
Install as a Cake Addin
#tool nuget:?package=MvvmCross&version=10.0.0
                    
Install as a Cake Tool

<h3 align="center"> <a href="https://www.mvvmcross.com/" target="_blank"> <img src="docs/assets/img/logo/MvvmCross-logo.png" alt="MvvmCross Logo" /> </a> </h3>

MvvmCross

Twitter: @MvvmCross license Build Status NuGet NuGet Pre Release MyGet OpenCollective OpenCollective CodeFactor

👀 Check out mvvmcross.com to get started with MvvmCross 👀

MvvmCross is a opinionated cross-platform MVVM framework. It enables developers to create apps using the MVVM pattern in the .NET ecosystem. We support Android, iOS, MacCatalyst, TvOS, macOS, WinUI, WPF. Using MvvmCross allows for better code sharing by allowing you to share behavior and business logic between platforms.

Among the features MvvmCross provides are:

  • ViewModel to View bindings using own customizable binding engine, which allows you to create own binding definitions for own custom views
  • ViewModel to ViewModel navigation, helps you share behavior on how and when to navigate
  • Inversion of Control through Dependency Injection and Property Injection
  • Plugin framework, which lets you plug-in cool stuff like GPS Location, Localization, Sensors, Binding Extensions and a huge selection of 3rd party community plug-ins

MvvmCross is extendable by you. We strive to let as much code be configurable and overridable, to let the developer decide how they want to use the framework. However, the framework is very usable without doing anything.

<hr /> <h4 align="center"> Check out the <a href="https://www.mvvmcross.com/documentation">MvvmCross docs</a> </h4> <hr />

Installation

Grab the latest MvvmCross NuGet package and install in your solution.

Install-Package MvvmCross

Make sure that both the shared core project and your application projects include the NuGet. For more details please visit the Getting Started documentation, which also provides easier ways, through Visual Studio and Xamarin Studio plugins to install and manage MvvmCross in your project.

Filing issues

We want to keep the GitHub issues list for bugs, features and other important project management tasks only. If you have questions please see the Questions & support section below.

When filing issues, please select the appropriate issue template. The best way to get your bug fixed is to be as detailed as you can be about the problem. Providing a minimal git repository with a project showing how to reproduce the problem is ideal. Here are a couple of questions you can answer before filing a bug.

  1. Did you try find your answer in the documentation
  2. Did you include a snippet of the broken code in the issue?
  3. Can you reproduce the problem in a brand new project?
  4. What are the EXACT steps to reproduce this problem?
  5. What platform(s) are you experiencing the problem on?

Remember GitHub issues support markdown. When filing bugs please make sure you check the formatting of the issue before clicking submit.

Contributing code

We are happy to receive Pull Requests and code changes. Please read CONTRIBUTING.md for more information.

Questions & support

Backers

Support us with a monthly donation and help us continue our activities. [Become a backer]

Sponsors

Sponsors

Become a sponsor and get your logo on our README on Github with a link to your site. [Become a sponsor]

Backers

Licensing

MvvmCross is licensed under the MS-PL License

  • MonoCross was the original starting point for this project, and was used as a reference under MIT
  • Tiny bits of MvvmLight are redistributed and modified under MIT
  • Messenger ideas from JonathanPeppers/XPlatUtils under Apache License Version 2.0, and from GrumpyDev/TinyMessenger under simple license of "THIS CODE AND INFORMATION IS PROVIDED "AS IS" WITHOUT WARRANTY"
  • Color codes under MIT License
  • Some bits of Mvvm.Async are redistributed and modified under MIT License

Acknowledgements

  • Thanks to McCannLondon for sponsoring the initial part of this work
  • Thanks to JetBrains for a community Resharper license to use on this project

.NET Foundation

This project is supported by the .NET Foundation.

Product Compatible and additional computed target framework versions.
.NET net8.0 is compatible.  net8.0-android was computed.  net8.0-browser was computed.  net8.0-ios was computed.  net8.0-maccatalyst was computed.  net8.0-macos was computed.  net8.0-tvos was computed.  net8.0-windows was computed.  net8.0-windows10.0.19041 is compatible.  net9.0 is compatible.  net9.0-android was computed.  net9.0-android35.0 is compatible.  net9.0-browser was computed.  net9.0-ios was computed.  net9.0-ios18.0 is compatible.  net9.0-maccatalyst was computed.  net9.0-maccatalyst18.0 is compatible.  net9.0-macos was computed.  net9.0-macos15.0 is compatible.  net9.0-tvos was computed.  net9.0-tvos18.0 is compatible.  net9.0-windows was computed.  net9.0-windows10.0.19041 is compatible.  net10.0 is compatible.  net10.0-android was computed.  net10.0-android36.0 is compatible.  net10.0-browser was computed.  net10.0-ios was computed.  net10.0-ios26.0 is compatible.  net10.0-maccatalyst was computed.  net10.0-maccatalyst26.0 is compatible.  net10.0-macos was computed.  net10.0-macos26.0 is compatible.  net10.0-tvos was computed.  net10.0-tvos26.0 is compatible.  net10.0-windows was computed.  net10.0-windows10.0.19041 is compatible. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages (165)

Showing the top 5 NuGet packages that depend on MvvmCross:

Package Downloads
MvvmCross.Plugin.Messenger

MvvmCross is the .NET MVVM framework for cross-platform solutions, including Xamarin iOS, Xamarin Android, Xamarin Forms, Windows and Mac. This package contains the 'Messenger' plugin for MvvmCross

MvvmCross.Plugin.Visibility

MvvmCross is the .NET MVVM framework for cross-platform solutions, including Xamarin iOS, Xamarin Android, Xamarin Forms, Windows and Mac. This package contains the 'Visibility' plugin for MvvmCross

MvvmCross.Tests

MvvmCross is the .NET MVVM framework for cross-platform solutions, including Xamarin iOS, Xamarin Android, Xamarin Forms, Windows and Mac. This package contains the 'Test Helpers' for MvvmCross

MvvmCross.Droid.Support.V7.AppCompat

MvvmCross is the .NET MVVM framework for cross-platform solutions, including Xamarin iOS, Xamarin Android, Xamarin Forms, Windows and Mac. This package contains Support v7 AppCompat support for MvvmCross.

MvvmCross.Plugin.Json

MvvmCross is the .NET MVVM framework for cross-platform solutions, including Xamarin iOS, Xamarin Android, Xamarin Forms, Windows and Mac. This package contains the 'Json' plugin for MvvmCross

GitHub repositories (19)

Showing the top 19 popular GitHub repositories that depend on MvvmCross:

Repository Stars
CodeHubApp/CodeHub
CodeHub is an iOS application written using Xamarin
proxysu/ProxySU
Xray,V2ray,Trojan,NaiveProxy, Trojan-Go, ShadowsocksR(SSR),Shadowsocks-libev及相关插件,MTProto+TLS 一键安装工具,windows下用(一键科学上网)
JohnnyCrazy/SpotifyAPI-NET
:sound: A Client for the Spotify Web API, written in C#/.NET
luberda-molinet/FFImageLoading
Image loading, caching & transforming library for Xamarin and Windows
prajjwaldimri/GithubXamarin
GithubXamarin(GitIt) is a cross-platform application for https://github.com which is built using Xamarin.
dotnet-bluetooth-le/dotnet-bluetooth-le
Bluetooth LE plugin for Xamarin/MAUI, supporting Android, iOS, Mac, Windows
danielpalme/IocPerformance
Performance comparison of .NET IoC containers
smstuebe/xamarin-fingerprint
Xamarin and MvvMCross plugin for authenticate a user via fingerprint sensor
MvvmCross/MvvmCross-Samples
Tutorials and samples for MvvmCross: The .NET MVVM framework for cross-platform solutions.
catcherwong/Demos
:100:Some demos for learning
SIDOVSKY/EBind
🔵 .NET Data Binding we deserve: concise, fast, feature-rich
Baseflow/Chameleon
Chameleon is a flexible media player build with Xamarin.Forms
jamesmontemagno/MeetupManager
Meetup.com app to track users at events
FluentLayout/Cirrious.FluentLayout
FluentLayout for Xamarin.iOS - sample uses MvvmCross
MvvmCross/NPlus1DaysOfMvvmCross
Repos from the video series for N+1 days of MvvmCross - from http://slodge.blogspot.co.uk - indexed by Aboo at http://mvvmcross.wordpress.com
Aftnet/RetriX
jamesmontemagno/Xam.NavDrawer
Navigation Drawer Sample + MvvmCross Sample for Xamarin.Android
Plac3hold3r/MvxScaffolding
🏗️ A customizable template used to scaffold a cross-platform MvvmCross application.
Aftnet/LibretroRT
Port of Libretro and cores to WinRT component
Version Downloads Last Updated
10.1.3-alpha-g3733f9b779 254 11/13/2025
10.1.2-alpha-g1e6e3ead9d 242 11/13/2025
10.1.1-alpha-g3c343080b5 360 11/11/2025
10.0.0 573 11/11/2025
9.5.0-alpha-gfc36e36b8a 350 9/9/2025
9.5.0-alpha-gfc0907c9f7 359 10/14/2025
9.5.0-alpha-ge8bfc48dd4 334 10/27/2025
9.5.0-alpha-ge694181e8b 308 7/18/2025
9.5.0-alpha-ge4b611ba39 612 7/21/2025
9.5.0-alpha-ge1371c8475 310 10/12/2025
9.5.0-alpha-gdd308e05cb 423 9/15/2025
9.5.0-alpha-gcf6d853470 350 10/6/2025
9.5.0-alpha-gc8d2f2b018 323 10/12/2025
9.5.0-alpha-gc8bd5f7602 239 7/28/2025
9.5.0-alpha-gc45a03470f 430 9/19/2025
9.5.0-alpha-gc0d8e313a4 316 10/12/2025
9.5.0-alpha-gbe852bd76f 335 9/23/2025
9.5.0-alpha-gbccf02ec1f 345 7/17/2025
9.5.0-alpha-gb923cbfc9c 255 7/28/2025
9.5.0-alpha-gb85fc7f5aa 359 10/12/2025
9.5.0-alpha-gb1ebe30dfd 321 10/12/2025
9.5.0-alpha-gb19853dd92 356 9/29/2025
9.5.0-alpha-gad13e62664 336 10/12/2025
9.5.0-alpha-ga44131d79a 298 10/24/2025
9.5.0-alpha-ga25f6ceb0e 655 7/21/2025
9.5.0-alpha-g9aa25ee82f 350 10/23/2025
9.5.0-alpha-g97ca0e3a16 332 10/27/2025
9.5.0-alpha-g9709f9a402 361 10/13/2025
9.5.0-alpha-g967d1fbac1 360 10/23/2025
9.5.0-alpha-g960e082e1b 342 10/14/2025
9.5.0-alpha-g937cf588da 321 10/12/2025
9.5.0-alpha-g92f09701ea 366 9/24/2025
9.5.0-alpha-g92387689a0 416 9/15/2025
9.5.0-alpha-g8be242124a 327 10/12/2025
9.5.0-alpha-g8bb8ede112 289 11/9/2025
9.5.0-alpha-g8ba1219397 607 7/21/2025
9.5.0-alpha-g8716031fd6 351 11/11/2025
9.5.0-alpha-g854a4e6948 635 7/21/2025
9.5.0-alpha-g8408fe5bba 335 10/23/2025
9.5.0-alpha-g8330d4d246 470 9/18/2025
9.5.0-alpha-g813dccf67e 505 9/18/2025
9.5.0-alpha-g803f2f91b9 333 10/27/2025
9.5.0-alpha-g7ff3e4149e 324 10/23/2025
9.5.0-alpha-g7f60670ae7 317 10/20/2025
9.5.0-alpha-g7eecbe68f3 331 10/12/2025
9.5.0-alpha-g79f55eb554 352 9/14/2025
9.5.0-alpha-g77819c9f89 218 7/29/2025
9.5.0-alpha-g7691704f6e 461 9/18/2025
9.5.0-alpha-g7669580bdc 349 11/6/2025
9.5.0-alpha-g70af426a0f 226 7/29/2025
9.5.0-alpha-g6c00ca1dc0 443 8/6/2025
9.5.0-alpha-g671cc5fc72 311 10/31/2025
9.5.0-alpha-g636395370b 360 10/12/2025
9.5.0-alpha-g5ff0ffa150 353 11/11/2025
9.5.0-alpha-g5c552d5105 331 10/23/2025
9.5.0-alpha-g5919920367 372 9/22/2025
9.5.0-alpha-g574ff9e374 339 10/23/2025
9.5.0-alpha-g56e5979a08 371 9/24/2025
9.5.0-alpha-g5370490eb5 336 10/27/2025
9.5.0-alpha-g528eec24ba 344 7/18/2025
9.5.0-alpha-g44cb93c467 339 10/12/2025
9.5.0-alpha-g4293bdd949 360 9/23/2025
9.5.0-alpha-g3ddae1d171 324 10/16/2025
9.5.0-alpha-g3a6a62515a 470 9/18/2025
9.5.0-alpha-g38636a11bf 455 9/18/2025
9.5.0-alpha-g37218f4ff9 260 7/18/2025
9.5.0-alpha-g3512b12a08 415 9/14/2025
9.5.0-alpha-g31d4b6d23a 336 10/23/2025
9.5.0-alpha-g2edcc91d95 335 10/23/2025
9.5.0-alpha-g2e9baa144c 305 10/10/2025
9.5.0-alpha-g2d6c71281f 334 10/12/2025
9.5.0-alpha-g2c053599d7 365 9/24/2025
9.5.0-alpha-g2486165fe0 329 10/6/2025
9.5.0-alpha-g20e67466b4 391 9/25/2025
9.5.0-alpha-g1e93e737de 320 10/12/2025
9.5.0-alpha-g1a91c4683e 285 7/18/2025
9.5.0-alpha-g179a1af7dc 327 10/12/2025
9.5.0-alpha-g157fea02b2 342 10/23/2025
9.5.0-alpha-g11c841b3bb 264 8/16/2025
9.5.0-alpha-g117e92ffa1 370 11/11/2025
9.5.0-alpha-g1107941948 619 7/21/2025
9.5.0-alpha-g108183d3ca 343 10/27/2025
9.5.0-alpha-g0e80c4531b 347 10/7/2025
9.5.0-alpha-g0bbc5d634d 323 10/15/2025
9.5.0-alpha-g0a373ab34b 433 8/6/2025
9.5.0-alpha-g0856fff6b3 338 10/15/2025
9.5.0-alpha-g079fe00bdf 296 10/3/2025
9.5.0-alpha-g06b03e7a4b 261 8/1/2025
9.5.0-alpha-g025f479808 362 9/24/2025
9.4.0 29,512 7/17/2025
9.4.0-alpha.38 131 7/16/2025
9.4.0-alpha.37 130 7/16/2025
9.4.0-alpha.36 117 7/4/2025
9.4.0-alpha.35 138 7/2/2025
9.4.0-alpha.34 137 7/1/2025
9.4.0-alpha.33 155 7/1/2025
9.4.0-alpha.31 136 6/30/2025
9.4.0-alpha.30 158 6/30/2025
9.4.0-alpha.29 142 6/30/2025
9.4.0-alpha.28 134 6/30/2025
9.4.0-alpha.27 167 6/17/2025
9.4.0-alpha.26 160 6/17/2025
9.4.0-alpha.24 156 6/17/2025
9.4.0-alpha.16 214 4/4/2025
9.4.0-alpha.14 1,044 4/3/2025
9.4.0-alpha.10 181 4/2/2025
9.4.0-alpha.9 687 2/21/2025
9.4.0-alpha.8 179 2/3/2025
9.4.0-alpha.7 122 2/3/2025
9.4.0-alpha.6 153 1/18/2025
9.4.0-alpha.5 118 1/18/2025
9.4.0-alpha.4 118 1/17/2025
9.4.0-alpha.3 129 1/10/2025
9.4.0-alpha.2 150 1/3/2025
9.4.0-alpha.1 144 12/31/2024
9.3.1 71,842 1/17/2025
9.3.1-beta.1 122 1/17/2025
9.3.0 13,871 12/19/2024
9.3.0-alpha.108 134 12/19/2024
9.3.0-alpha.107 122 12/19/2024
9.3.0-alpha.106 124 12/19/2024
9.3.0-alpha.105 127 12/18/2024
9.3.0-alpha.104 212 11/12/2024
9.3.0-alpha.103 129 11/5/2024
9.3.0-alpha.102 126 11/1/2024
9.2.0 224,547 2/22/2024
9.2.0-beta.7 7,325 2/5/2024
9.2.0-beta.6 9,547 1/16/2024
9.2.0-beta.5 3,221 12/7/2023
9.2.0-beta.4 39,611 11/16/2023
9.2.0-beta.3 2,027 10/23/2023
9.2.0-beta.2 2,163 10/5/2023
9.2.0-beta.1 813 9/14/2023
9.1.1 79,006 8/1/2023
9.1.0 4,338 7/27/2023
9.0.10 40,729 5/10/2023
9.0.9 68,182 1/20/2023
9.0.8 13,757 1/16/2023
9.0.7 3,457 1/13/2023
9.0.6 3,627 1/12/2023
9.0.5 3,917 1/9/2023
9.0.4 3,668 1/6/2023
9.0.3 5,915 1/4/2023
9.0.2 16,442 11/12/2022
9.0.1 12,644 9/13/2022
9.0.0 6,142 9/10/2022
8.0.2 515,640 7/25/2021
8.0.1 57,469 6/12/2021
8.0.0 12,511 6/11/2021
7.1.2 837,909 10/23/2020
7.1.1 38,056 10/21/2020
7.1.0 10,082 10/21/2020
7.0.1 93,409 9/19/2020
7.0.0 117,783 8/14/2020
6.4.2 598,984 1/3/2020
6.4.1 199,943 9/30/2019
6.4.0 50,159 9/9/2019
6.3.1 286,996 6/18/2019
6.3.0 97,101 5/15/2019
6.3.0-alpha.385 1,974 2/13/2019
6.2.3 176,254 2/13/2019
6.2.2 266,532 11/7/2018
6.2.1 76,975 10/10/2018
6.2.0 142,791 9/13/2018
6.2.0-beta.4 9,009 9/13/2018
6.2.0-beta.3 9,243 8/17/2018
6.2.0-beta.2 15,909 7/12/2018
6.2.0-beta.1 9,662 7/10/2018
6.1.2 179,069 6/18/2018
6.1.1 35,273 6/12/2018
6.1.0 21,009 6/11/2018
6.1.0-beta.1 10,143 5/30/2018
6.0.1 54,644 4/29/2018
6.0.0 70,050 4/14/2018
6.0.0-beta.8 9,923 4/10/2018
6.0.0-beta.7 11,208 3/30/2018
6.0.0-beta.6 10,165 3/19/2018
6.0.0-beta.5 9,758 3/9/2018
6.0.0-beta.4 10,051 3/2/2018
6.0.0-beta.3 10,036 2/14/2018
6.0.0-beta.2 9,947 2/12/2018
6.0.0-beta.1 9,468 2/12/2018
5.7.0 182,603 3/14/2018
5.6.3 169,371 12/22/2017
5.6.2 22,580 12/11/2017
5.6.1 13,580 12/11/2017
5.6.0 14,205 12/10/2017
5.5.2 34,813 11/29/2017
5.5.1 13,186 11/29/2017
5.5.0 26,927 11/23/2017
5.4.2 24,717 11/7/2017
5.4.1 14,101 11/7/2017
5.4.0 16,736 10/31/2017
5.3.2 18,064 10/23/2017
5.3.1 16,109 10/18/2017
5.3.0 14,688 10/13/2017
5.2.1 35,919 9/26/2017
5.2.0 22,502 9/12/2017
5.1.1 63,163 7/28/2017
5.1.0 30,253 7/19/2017
5.0.6 25,985 7/10/2017
5.0.5 28,783 6/25/2017
5.0.4 13,079 6/23/2017
5.0.3 15,221 6/19/2017
5.0.2 18,663 6/6/2017
5.0.1 16,536 5/26/2017
5.0.0 32,334 5/22/2017
4.4.0 339,189 11/1/2016
4.3.0 55,918 9/26/2016
4.2.3 48,886 8/17/2016
4.2.2 52,567 7/11/2016
4.2.1 14,932 7/5/2016
4.2.0 24,900 6/13/2016
4.1.6 52,278 5/24/2016
4.1.5 15,957 5/19/2016
4.1.4 57,152 4/20/2016
4.1.0 40,321 3/22/2016
4.0.0 47,696 2/4/2016
3.5.1 69,654 5/2/2015
3.5.0 29,220 1/17/2015
3.2.2 18,639 11/22/2014
3.2.1 19,903 9/18/2014
3.1.1 29,823 2/9/2014
3.0.14 18,287 11/16/2013
3.0.13 14,193 10/9/2013
3.0.12 15,343 9/8/2013
3.0.10 14,560 7/23/2013
3.0.9 13,852 7/13/2013
3.0.8.1 14,349 6/9/2013
3.0.7 14,020 5/28/2013
3.0.6 13,876 5/10/2013
3.0.5 15,606 4/30/2013