MvvmLib.Core 0.4.0.1

There is a newer version of this package available.
See the version list below for details.
dotnet add package MvvmLib.Core --version 0.4.0.1
NuGet\Install-Package MvvmLib.Core -Version 0.4.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="MvvmLib.Core" Version="0.4.0.1" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add MvvmLib.Core --version 0.4.0.1
#r "nuget: MvvmLib.Core, 0.4.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 MvvmLib.Core as a Cake Addin
#addin nuget:?package=MvvmLib.Core&version=0.4.0.1

// Install MvvmLib.Core as a Cake Tool
#tool nuget:?package=MvvmLib.Core&version=0.4.0.1

MvvmLib Shared classes.

* BindableBase, Editable, Validatable and ModelWrapper base classes for Models and ViewModels
* Commands and composite command
* EventAggregator : allows to subscribe, publish and filter messages
* ChangeTracker: allows to track object changes.
* Singleton
* NotifyPropertyChangedObserver and FilterableNotifyPropertyChangedObserver: allows to observe and filter an object that implements INotifyPropertyChanged
* Sync extensions for list and collections. Allows to sync data

Product 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. 
.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 net45 is compatible.  net451 was computed.  net452 was computed.  net46 was computed.  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. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages (3)

Showing the top 3 NuGet packages that depend on MvvmLib.Core:

Package Downloads
MvvmLib.Wpf

MvvmLib Wpf Mvvm: ViewModelLocator, BindingProxy, etc. Navigation: NavigationService, ConfigurableNavigationService Data: ListCollectionViewEx, PagedList, PagedSource and commands ListCollectionViewCommands, PagedSourceCommands Interactivity: CallMethodAction with parameter, SelectorSelectedItemsSyncBehavior, EventToCommandBehavior, etc. Controls: AnimatingContentControl, TransitioningContentControl, TransitioningItemsControl: allow to animate content. NavigatableContentControl Expressions: allows to create filters with Linq expressions Common: MvvmUtils

Zafiro.UI.Wpf

La crema for WPF

MvvmLib.Unity.Wpf

MvvmLib Unity

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
0.17.0 759 4/5/2023
0.16.2 150 4/4/2023
0.16.1 162 4/4/2023
0.16.0 200 4/3/2023
0.15.2 186 4/1/2023
0.15.0 244 3/24/2023
0.4.4 4,286 7/22/2019
0.4.3.3 2,066 7/17/2019
0.4.2 1,153 7/13/2019
0.4.1 10,260 6/24/2019
0.4.0.1 2,490 6/19/2019
0.4.0 3,532 6/12/2019
0.3.0.3 1,669 6/11/2019
0.2.3 551 6/6/2019
0.2.2 549 6/4/2019
0.2.1 673 5/13/2019
0.1.5 571 4/23/2019
0.1.3 763 4/23/2019
0.1.0 556 4/16/2019
0.0.8 534 4/15/2019
0.0.7 540 4/13/2019
0.0.6 549 4/13/2019
0.0.4 532 4/13/2019
0.0.1 538 3/20/2019

* Cloner, keepAlive eventAggregator