DSoft.System.Mvvm
1.2.1911.212
See the version list below for details.
dotnet add package DSoft.System.Mvvm --version 1.2.1911.212
NuGet\Install-Package DSoft.System.Mvvm -Version 1.2.1911.212
<PackageReference Include="DSoft.System.Mvvm" Version="1.2.1911.212" />
<PackageVersion Include="DSoft.System.Mvvm" Version="1.2.1911.212" />
<PackageReference Include="DSoft.System.Mvvm" />
paket add DSoft.System.Mvvm --version 1.2.1911.212
#r "nuget: DSoft.System.Mvvm, 1.2.1911.212"
#:package DSoft.System.Mvvm@1.2.1911.212
#addin nuget:?package=DSoft.System.Mvvm&version=1.2.1911.212
#tool nuget:?package=DSoft.System.Mvvm&version=1.2.1911.212
Simple Core MVVM class library for .Net
| Product | Versions Compatible and additional computed target framework versions. |
|---|---|
| .NET | net5.0 was computed. 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. net9.0 was computed. net9.0-android was computed. net9.0-browser was computed. net9.0-ios was computed. net9.0-maccatalyst was computed. net9.0-macos was computed. net9.0-tvos was computed. net9.0-windows was computed. net10.0 was computed. net10.0-android was computed. net10.0-browser was computed. net10.0-ios was computed. net10.0-maccatalyst was computed. net10.0-macos was computed. net10.0-tvos was computed. net10.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 was computed. |
| .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
- No dependencies.
NuGet packages (6)
Showing the top 5 NuGet packages that depend on DSoft.System.Mvvm:
| Package | Downloads |
|---|---|
|
DSoft.System.Mvvm.Ui
Core UI library for System.Mvvm.UI |
|
|
DSoft.System.Mvvm.Hosting
Microsoft.Extensions.Hosting helper library and System.Mvvm extensions |
|
|
DSoft.System.Mvvm.UI.WPF
WPF platform support for DSoft.System.Mvvm.UI for .NET Framework 4.6.2 and .NET 10+ |
|
|
DSoft.System.Mvvm.UI.WinUI
WinUI 3 platform support for System.Mvvm.UI for .NET 10+ |
|
|
Humbatt.UI.Toolkit.WPF.Mvvm
Mvmm based controls and classess for Humbatt.UI.Toolkit.WPF for .Net Core 3.x and Net 5+ |
GitHub repositories
This package is not used by any popular GitHub repositories.
| Version | Downloads | Last Updated |
|---|---|---|
| 3.6.2606.131 | 325 | 6/13/2026 |
| 3.5.2604.111 | 473 | 4/11/2026 |
| 3.5.2511.161 | 661 | 11/16/2025 |
| 3.4.2511.61 | 340 | 11/6/2025 |
| 3.4.2506.231 | 564 | 6/23/2025 |
| 3.4.2411.191 | 751 | 11/19/2024 |
| 3.4.2406.251 | 643 | 6/25/2024 |
| 3.3.2405.241 | 591 | 5/24/2024 |
| 3.3.2405.21 | 502 | 5/5/2024 |
| 3.2.2301.91 | 1,947 | 1/9/2023 |
| 3.1.2208.151 | 2,247 | 8/15/2022 |
| 3.1.2205.231 | 2,278 | 5/23/2022 |
| 3.1.2205.52-beta1 | 879 | 5/5/2022 |
| 3.0.2202.121 | 2,268 | 2/12/2022 |
| 3.0.2111.271-prerelease | 896 | 11/27/2021 |
| 3.0.2110.81-prerelease | 597 | 10/8/2021 |
| 3.0.2110.71-prerelease | 527 | 10/7/2021 |
| 3.0.2110.61-prerelease | 566 | 10/6/2021 |
| 3.0.2110.41-prerelease | 618 | 10/4/2021 |
| 1.2.1911.212 | 837 | 11/21/2019 |
Added UI Framework and UI Dependency Service for access Platform UI from shared code.
Fixes for DelegateCommand on UWP to enable CanExecute calculations to function(temp work around)
Added NotifyPropertiesChanged to notify on multiple-properties in one call
Changed Validate(with List) to IEnumberable and added Validate(params string[])
Laying the ground work for a multi-targeting library later