Microsoft.Toolkit.Mvvm
7.1.2
The MVVM Toolkit has now migrated to the CommunityToolkit.Mvvm package
dotnet add package Microsoft.Toolkit.Mvvm --version 7.1.2
NuGet\Install-Package Microsoft.Toolkit.Mvvm -Version 7.1.2
<PackageReference Include="Microsoft.Toolkit.Mvvm" Version="7.1.2" />
paket add Microsoft.Toolkit.Mvvm --version 7.1.2
#r "nuget: Microsoft.Toolkit.Mvvm, 7.1.2"
// Install Microsoft.Toolkit.Mvvm as a Cake Addin
#addin nuget:?package=Microsoft.Toolkit.Mvvm&version=7.1.2
// Install Microsoft.Toolkit.Mvvm as a Cake Tool
#tool nuget:?package=Microsoft.Toolkit.Mvvm&version=7.1.2
This package includes a .NET Standard MVVM library with helpers such as:
- ObservableObject: a base class for objects implementing the INotifyPropertyChanged interface.
- ObservableRecipient: a base class for observable objects with support for the IMessenger service.
- ObservableValidator: a base class for objects implementing the INotifyDataErrorInfo interface.
- RelayCommand: a simple delegate command implementing the ICommand interface.
- AsyncRelayCommand: a delegate command supporting asynchronous operations and cancellation.
- WeakReferenceMessenger: a messaging system to exchange messages through different loosely-coupled objects.
- StrongReferenceMessenger: a high-performance messaging system that trades weak references for speed.
- Ioc: a helper class to configure dependency injection service containers.
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET | net5.0 is compatible. net5.0-windows was computed. net6.0 was computed. net6.0-android was computed. net6.0-ios was computed. net6.0-maccatalyst was computed. net6.0-macos was computed. net6.0-tvos was computed. net6.0-windows was computed. net7.0 was computed. net7.0-android was computed. net7.0-ios was computed. net7.0-maccatalyst was computed. net7.0-macos was computed. net7.0-tvos was computed. net7.0-windows was computed. |
.NET Core | netcoreapp2.0 was computed. netcoreapp2.1 was computed. netcoreapp2.2 was computed. netcoreapp3.0 was computed. netcoreapp3.1 was computed. |
.NET Standard | netstandard2.0 is compatible. netstandard2.1 is compatible. |
.NET Framework | net461 was computed. net462 was computed. net463 was computed. net47 was computed. net471 was computed. net472 was computed. net48 was computed. net481 was computed. |
MonoAndroid | monoandroid was computed. |
MonoMac | monomac was computed. |
MonoTouch | monotouch was computed. |
Tizen | tizen40 was computed. tizen60 was computed. |
Xamarin.iOS | xamarinios was computed. |
Xamarin.Mac | xamarinmac was computed. |
Xamarin.TVOS | xamarintvos was computed. |
Xamarin.WatchOS | xamarinwatchos was computed. |
-
.NETStandard 2.0
- Microsoft.Bcl.AsyncInterfaces (>= 5.0.0)
- System.ComponentModel.Annotations (>= 5.0.0)
- System.Memory (>= 4.5.4)
-
.NETStandard 2.1
- System.ComponentModel.Annotations (>= 5.0.0)
- System.Runtime.CompilerServices.Unsafe (>= 5.0.0)
-
net5.0
- No dependencies.
NuGet packages (18)
Showing the top 5 NuGet packages that depend on Microsoft.Toolkit.Mvvm:
Package | Downloads |
---|---|
CEDFDList
Package Description |
|
ConnectionBase
Package Description |
|
RunBase
Package Description |
|
XControls.Utilities
Essential utilities for wpf application including Property Change Implementation,relay command etc. |
|
DFDEditor
Package Description |
GitHub repositories (22)
Showing the top 5 popular GitHub repositories that depend on Microsoft.Toolkit.Mvvm:
Repository | Stars |
---|---|
veler/DevToys
A Swiss Army knife for developers.
|
|
felixse/FluentTerminal
A Terminal Emulator based on UWP and web technologies.
|
|
CommunityToolkit/WindowsCommunityToolkit
The Windows Community Toolkit is a collection of helpers, extensions, and custom controls. It simplifies and demonstrates common developer tasks building .NET apps with UWP and the Windows App SDK / WinUI 3 for Windows 10 and Windows 11. The toolkit is part of the .NET Foundation.
|
|
ModernFlyouts-Community/ModernFlyouts
A modern Fluent Design replacement for the old Metro themed flyouts present in Windows.
|
|
Pixeval/Pixeval
Wow. Yet another Pixiv client!
|
Version | Downloads | Last updated | |
---|---|---|---|
7.1.2 | 457,865 | 11/18/2021 | |
7.1.1 | 49,090 | 10/19/2021 | |
7.1.0 | 43,800 | 9/23/2021 | |
7.1.0-rc2 | 641 | 9/17/2021 | |
7.1.0-rc1 | 969 | 8/30/2021 | |
7.1.0-preview1 | 681 | 8/5/2021 | |
7.0.2 | 172,099 | 5/12/2021 | |
7.0.1 | 30,938 | 3/29/2021 | |
7.0.0 | 27,330 | 3/11/2021 | |
7.0.0-preview5 | 5,339 | 2/24/2021 | |
7.0.0-preview4 | 19,491 | 11/12/2020 | |
7.0.0-preview3 | 5,208 | 10/7/2020 | |
7.0.0-preview2 | 5,863 | 8/11/2020 |