Microsoft.Toolkit.Mvvm
7.1.2
Prefix Reserved
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. net8.0 was computed. 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. |
.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 (16)
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 (24)
Showing the top 5 popular GitHub repositories that depend on Microsoft.Toolkit.Mvvm:
Repository | Stars |
---|---|
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.
|
|
Danily07/Translumo
Advanced real-time screen translator for games, hardcoded subtitles in videos, static text and etc.
|
|
uxmal/reko
Reko is a binary decompiler.
|
|
Cysharp/MessagePipe
High performance in-memory/distributed messaging pipeline for .NET and Unity.
|
Version | Downloads | Last updated |
---|