MvvmCross 9.3.0-alpha.103
Prefix Reserveddotnet add package MvvmCross --version 9.3.0-alpha.103
NuGet\Install-Package MvvmCross -Version 9.3.0-alpha.103
<PackageReference Include="MvvmCross" Version="9.3.0-alpha.103" />
paket add MvvmCross --version 9.3.0-alpha.103
#r "nuget: MvvmCross, 9.3.0-alpha.103"
// Install MvvmCross as a Cake Addin #addin nuget:?package=MvvmCross&version=9.3.0-alpha.103&prerelease // Install MvvmCross as a Cake Tool #tool nuget:?package=MvvmCross&version=9.3.0-alpha.103&prerelease
<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
👀 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.
- Did you try find your answer in the documentation
- Did you include a snippet of the broken code in the issue?
- Can you reproduce the problem in a brand new project?
- What are the EXACT steps to reproduce this problem?
- 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
- StackOverflow
- Discord #mvvmcross channel
Backers
Support us with a monthly donation and help us continue our activities. [Become a backer]
Sponsors
Become a sponsor and get your logo on our README on Github with a link to your site. [Become a sponsor]
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 | Versions Compatible and additional computed target framework versions. |
---|---|
.NET | net8.0 is compatible. net8.0-android was computed. net8.0-android34.0 is compatible. net8.0-browser was computed. net8.0-ios was computed. net8.0-ios18.0 is compatible. net8.0-maccatalyst was computed. net8.0-maccatalyst18.0 is compatible. net8.0-macos was computed. net8.0-macos15.0 is compatible. net8.0-tvos was computed. net8.0-tvos18.0 is compatible. net8.0-windows was computed. net8.0-windows10.0.19041 is compatible. net9.0 is compatible. net9.0-android35.0 is compatible. net9.0-ios18.0 is compatible. net9.0-maccatalyst18.0 is compatible. net9.0-macos15.0 is compatible. net9.0-tvos18.0 is compatible. net9.0-windows10.0.19041 is compatible. |
-
net8.0
- Microsoft.Extensions.Logging.Abstractions (>= 9.0.0-rc.2.24473.5)
-
net8.0-android34.0
- Microsoft.Extensions.Logging.Abstractions (>= 9.0.0-rc.2.24473.5)
- Xamarin.AndroidX.AppCompat (>= 1.6.1.4)
- Xamarin.AndroidX.Fragment (>= 1.6.1.1)
- Xamarin.AndroidX.Preference (>= 1.2.1.1)
- Xamarin.AndroidX.ViewPager (>= 1.0.0.20)
- Xamarin.Google.Android.Material (>= 1.9.0.3)
-
net8.0-ios18.0
- Microsoft.Extensions.Logging.Abstractions (>= 9.0.0-rc.2.24473.5)
-
net8.0-maccatalyst18.0
- Microsoft.Extensions.Logging.Abstractions (>= 9.0.0-rc.2.24473.5)
-
net8.0-macos15.0
- Microsoft.Extensions.Logging.Abstractions (>= 9.0.0-rc.2.24473.5)
-
net8.0-tvos18.0
- Microsoft.Extensions.Logging.Abstractions (>= 9.0.0-rc.2.24473.5)
-
net8.0-windows10.0.19041
- Microsoft.Extensions.Logging.Abstractions (>= 9.0.0-rc.2.24473.5)
- Microsoft.Windows.SDK.BuildTools (>= 10.0.22621.2428)
- Microsoft.WindowsAppSDK (>= 1.4.231115000)
-
net9.0
- Microsoft.Extensions.Logging.Abstractions (>= 9.0.0-rc.2.24473.5)
-
net9.0-android35.0
- Microsoft.Extensions.Logging.Abstractions (>= 9.0.0-rc.2.24473.5)
- Xamarin.AndroidX.AppCompat (>= 1.6.1.4)
- Xamarin.AndroidX.Fragment (>= 1.6.1.1)
- Xamarin.AndroidX.Preference (>= 1.2.1.1)
- Xamarin.AndroidX.ViewPager (>= 1.0.0.20)
- Xamarin.Google.Android.Material (>= 1.9.0.3)
-
net9.0-ios18.0
- Microsoft.Extensions.Logging.Abstractions (>= 9.0.0-rc.2.24473.5)
-
net9.0-maccatalyst18.0
- Microsoft.Extensions.Logging.Abstractions (>= 9.0.0-rc.2.24473.5)
-
net9.0-macos15.0
- Microsoft.Extensions.Logging.Abstractions (>= 9.0.0-rc.2.24473.5)
-
net9.0-tvos18.0
- Microsoft.Extensions.Logging.Abstractions (>= 9.0.0-rc.2.24473.5)
-
net9.0-windows10.0.19041
- Microsoft.Extensions.Logging.Abstractions (>= 9.0.0-rc.2.24473.5)
- Microsoft.Windows.SDK.BuildTools (>= 10.0.22621.2428)
- Microsoft.WindowsAppSDK (>= 1.4.231115000)
NuGet packages (168)
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.Droid.Support.Fragment
MvvmCross is the .NET MVVM framework for cross-platform solutions, including Xamarin iOS, Xamarin Android, Xamarin Forms, Windows and Mac. This package contains Support Fragment support for MvvmCross. |
GitHub repositories (19)
Showing the top 5 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.
|
Version | Downloads | Last updated |
---|---|---|
9.3.0-alpha.103 | 0 | 11/5/2024 |
9.3.0-alpha.102 | 35 | 11/1/2024 |
9.2.0 | 98,069 | 2/22/2024 |
9.2.0-beta.7 | 3,221 | 2/5/2024 |
9.2.0-beta.6 | 6,109 | 1/16/2024 |
9.2.0-beta.5 | 2,736 | 12/7/2023 |
9.2.0-beta.4 | 33,216 | 11/16/2023 |
9.2.0-beta.3 | 1,931 | 10/23/2023 |
9.2.0-beta.2 | 2,082 | 10/5/2023 |
9.2.0-beta.1 | 729 | 9/14/2023 |
9.1.1 | 62,383 | 8/1/2023 |
9.1.0 | 3,994 | 7/27/2023 |
9.0.10 | 38,330 | 5/10/2023 |
9.0.9 | 56,319 | 1/20/2023 |
9.0.8 | 12,965 | 1/16/2023 |
9.0.7 | 3,112 | 1/13/2023 |
9.0.6 | 3,278 | 1/12/2023 |
9.0.5 | 3,565 | 1/9/2023 |
9.0.4 | 3,328 | 1/6/2023 |
9.0.3 | 4,688 | 1/4/2023 |
9.0.2 | 14,392 | 11/12/2022 |
9.0.1 | 11,983 | 9/13/2022 |
9.0.0 | 5,645 | 9/10/2022 |
8.0.2 | 470,260 | 7/25/2021 |
8.0.1 | 53,015 | 6/12/2021 |
8.0.0 | 11,554 | 6/11/2021 |
7.1.2 | 806,043 | 10/23/2020 |
7.1.1 | 37,439 | 10/21/2020 |
7.1.0 | 9,448 | 10/21/2020 |
7.0.1 | 85,971 | 9/19/2020 |
7.0.0 | 114,501 | 8/14/2020 |
6.4.2 | 574,654 | 1/3/2020 |
6.4.1 | 195,762 | 9/30/2019 |
6.4.0 | 47,847 | 9/9/2019 |
6.3.1 | 283,895 | 6/18/2019 |
6.3.0 | 88,264 | 5/15/2019 |
6.3.0-alpha.385 | 1,811 | 2/13/2019 |
6.2.3 | 173,578 | 2/13/2019 |
6.2.2 | 258,825 | 11/7/2018 |
6.2.1 | 75,991 | 10/10/2018 |
6.2.0 | 136,222 | 9/13/2018 |
6.2.0-beta.4 | 8,807 | 9/13/2018 |
6.2.0-beta.3 | 9,028 | 8/17/2018 |
6.2.0-beta.2 | 15,453 | 7/12/2018 |
6.2.0-beta.1 | 9,209 | 7/10/2018 |
6.1.2 | 177,016 | 6/18/2018 |
6.1.1 | 34,277 | 6/12/2018 |
6.1.0 | 20,038 | 6/11/2018 |
6.1.0-beta.1 | 9,696 | 5/30/2018 |
6.0.1 | 52,783 | 4/29/2018 |
6.0.0 | 63,442 | 4/14/2018 |
6.0.0-beta.8 | 9,458 | 4/10/2018 |
6.0.0-beta.7 | 10,609 | 3/30/2018 |
6.0.0-beta.6 | 9,699 | 3/19/2018 |
6.0.0-beta.5 | 9,285 | 3/9/2018 |
6.0.0-beta.4 | 9,547 | 3/2/2018 |
6.0.0-beta.3 | 9,560 | 2/14/2018 |
6.0.0-beta.2 | 9,481 | 2/12/2018 |
6.0.0-beta.1 | 8,995 | 2/12/2018 |
5.7.0 | 177,936 | 3/14/2018 |
5.6.3 | 165,363 | 12/22/2017 |
5.6.2 | 21,813 | 12/11/2017 |
5.6.1 | 12,832 | 12/11/2017 |
5.6.0 | 13,469 | 12/10/2017 |
5.5.2 | 34,229 | 11/29/2017 |
5.5.1 | 12,666 | 11/29/2017 |
5.5.0 | 26,311 | 11/23/2017 |
5.4.2 | 24,127 | 11/7/2017 |
5.4.1 | 13,539 | 11/7/2017 |
5.4.0 | 16,175 | 10/31/2017 |
5.3.2 | 17,528 | 10/23/2017 |
5.3.1 | 15,559 | 10/18/2017 |
5.3.0 | 14,134 | 10/13/2017 |
5.2.1 | 34,474 | 9/26/2017 |
5.2.0 | 21,953 | 9/12/2017 |
5.1.1 | 62,475 | 7/28/2017 |
5.1.0 | 29,655 | 7/19/2017 |
5.0.6 | 25,093 | 7/10/2017 |
5.0.5 | 28,202 | 6/25/2017 |
5.0.4 | 12,560 | 6/23/2017 |
5.0.3 | 14,697 | 6/19/2017 |
5.0.2 | 18,113 | 6/6/2017 |
5.0.1 | 16,001 | 5/26/2017 |
5.0.0 | 31,781 | 5/22/2017 |
4.4.0 | 334,233 | 11/1/2016 |
4.3.0 | 54,738 | 9/26/2016 |
4.2.3 | 48,068 | 8/17/2016 |
4.2.2 | 50,773 | 7/11/2016 |
4.2.1 | 14,330 | 7/5/2016 |
4.2.0 | 24,266 | 6/13/2016 |
4.1.6 | 51,755 | 5/24/2016 |
4.1.5 | 15,405 | 5/19/2016 |
4.1.4 | 56,417 | 4/20/2016 |
4.1.0 | 35,917 | 3/22/2016 |
4.0.0 | 46,519 | 2/4/2016 |
3.5.1 | 67,971 | 5/2/2015 |
3.5.0 | 28,522 | 1/17/2015 |
3.2.2 | 17,947 | 11/22/2014 |
3.2.1 | 19,209 | 9/18/2014 |
3.1.1 | 28,796 | 2/9/2014 |
3.0.14 | 17,608 | 11/16/2013 |
3.0.13 | 13,660 | 10/9/2013 |
3.0.12 | 14,712 | 9/8/2013 |
3.0.10 | 14,001 | 7/23/2013 |
3.0.9 | 13,301 | 7/13/2013 |
3.0.8.1 | 13,791 | 6/9/2013 |
3.0.7 | 13,481 | 5/28/2013 |
3.0.6 | 13,332 | 5/10/2013 |
3.0.5 | 14,902 | 4/30/2013 |