MvvmLight 5.0.1

Suggested Alternatives

CommunityToolkit.Mvvm

Additional Details

Hi all users! MVVM Light is not maintained anymore. I recommend looking at the CommunityTookit MVVM package. Thank you for all your support during all these years!! - Laurent

There is a newer version of this package available.
See the version list below for details.
The owner has unlisted this package. This could mean that the package is deprecated, has security vulnerabilities or shouldn't be used anymore.
dotnet add package MvvmLight --version 5.0.1
NuGet\Install-Package MvvmLight -Version 5.0.1
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="MvvmLight" Version="5.0.1" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add MvvmLight --version 5.0.1
#r "nuget: MvvmLight, 5.0.1"
#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.
// Install MvvmLight as a Cake Addin
#addin nuget:?package=MvvmLight&version=5.0.1

// Install MvvmLight as a Cake Tool
#tool nuget:?package=MvvmLight&version=5.0.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 8 and Xamarin Android. It is a light and pragmatic framework that contains only the essential components needed.

There are no supported framework assets in this package.

Learn more about Target Frameworks and .NET Standard.

NuGet packages (15)

Showing the top 5 NuGet packages that depend on MvvmLight:

Package Downloads
UBIK.UCF

This is the UBIK Universal Client Foundation (UCF)

PikTools.Ui

PikTools UI api Library

BimLab.PikTools.Shared.Ui

PikTools UI api Library

EFC

Enterprise Foundation Classes

Com.Ericmas001.Diagrams.Xaml

Com.Ericmas001.Diagrams.Xaml

GitHub repositories (37)

Showing the top 5 popular GitHub repositories that depend on MvvmLight:

Repository Stars
Tichau/FileConverter
File Converter is a very simple tool which allows you to convert and compress files using the context menu in windows explorer.
Uahh/ToastFish
一个利用摸鱼时间背单词的软件。
AnyListen/YaVipCore
Net Core Music Interface
HenJigg/wpf-uidesign
使用WPF创建的一些UI设计案例
BogdanovKirill/RtspClientSharp
Pure C# RTSP client for .NET Standard without external dependencies and with true async nature. I welcome contributions.
Version Downloads Last updated
5.4.1.1 1,459,179 9/11/2018
5.4.1 300,640 2/12/2018
5.3.0 928,441 4/27/2016
5.2.0 261,514 8/31/2015
5.1.1 152,977 2/15/2015
5.1.0.2 8,797 2/9/2015
5.1.0.1 3,867 2/9/2015
4.2.32.7 82,679 9/25/2014

- Updated IDialogService to return Task<bool> if the message has user feedback.
- DialogService implementations now can be awaited properly even on frameworks where showing a dialog is not asynchronous.
- Fix for issue 7589: RelayCommandGeneric.cs CanExecute raises InvalidCastException
- Nuget: Issue with WPA81 fixed.
- Nuget: Issue with Portable Class Libraries fixed.
- Nuget: Updated warning message when installing full MVVM Light nuget package in a libs only project.

This version includes a Powershell script that runs after the package is installed. It edits the App.xaml file to include the ViewModelLocator in the App's resources. This replaces the previous transformation files, which were too unreliable.