MvvmLight 5.4.1.1
The MVVM Light Toolkit is a set of components helping people to get started in the Model-View-ViewModel pattern in Silverlight, WPF, Windows Phone, Windows 10 UWP, Xamarin.Android, Xamarin.iOS, Xamarin.Forms. It is a light and pragmatic framework that allows you to pick which components you want to use. This version will add the MVVM Light libraries as well as some scaffolding to your application to convert it in an MVVM app!
Install-Package MvvmLight -Version 5.4.1.1
dotnet add package MvvmLight --version 5.4.1.1
<PackageReference Include="MvvmLight" Version="5.4.1.1" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add MvvmLight --version 5.4.1.1
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
#r "nuget: MvvmLight, 5.4.1.1"
#r directive can be used in F# Interactive, C# scripting and .NET Interactive. Copy this into the interactive tool or source code of the script to reference the package.
// Install MvvmLight as a Cake Addin
#addin nuget:?package=MvvmLight&version=5.4.1.1
// Install MvvmLight as a Cake Tool
#tool nuget:?package=MvvmLight&version=5.4.1.1
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
Release Notes
http://www.mvvmlight.net/installing/changes
Dependencies
-
.NETCore 4.5.1
- MvvmLightLibs (>= 5.4.1.1)
-
.NETFramework 3.5
- MvvmLightLibs (>= 5.4.1.1)
-
.NETFramework 4.0
- MvvmLightLibs (>= 5.4.1.1)
-
.NETFramework 4.5
- MvvmLightLibs (>= 5.4.1.1)
-
MonoAndroid 0.0
- MvvmLightLibs (>= 5.4.1.1)
-
Silverlight 5.0
- MvvmLightLibs (>= 5.4.1.1)
-
WindowsPhone 8.0
- MvvmLightLibs (>= 5.4.1.1)
-
WindowsPhoneApp 8.1
- MvvmLightLibs (>= 5.4.1.1)
-
Xamarin.iOS 1.0
- MvvmLightLibs (>= 5.4.1.1)
Used By
NuGet packages (12)
Showing the top 5 NuGet packages that depend on MvvmLight:
Package | Downloads |
---|---|
UBIK.UCF
This is the UBIK Universal Client Foundation (UCF)
|
|
EFC
Enterprise Foundation Classes
|
|
CCSWE.WPF
Just a bunch of controls, converters, and extension methods for WPF.
|
|
Com.Ericmas001.Diagrams.Xaml
Com.Ericmas001.Diagrams.Xaml
|
|
TListy
...
|
GitHub repositories (37)
Showing the top 5 popular GitHub repositories that depend on MvvmLight:
Repository | Stars |
---|---|
microsoft/WindowsTemplateStudio
Windows Template Studio quickly builds a UWP app, using a wizard-based UI to turn your needs into a foundation of Windows 10 patterns and best practices.
|
|
AnyListen/YaVipCore
Net Core Music Interface
|
|
Tichau/FileConverter
File Converter is a very simple tool which allows you to convert and compress one or several file(s) using the context menu in windows explorer.
|
|
akiver/CSGO-Demos-Manager
|
|
Just2good/TFT-Overlay
Overlay for Teamfight Tactics
|