TommasoScalici.MVVMExtensions 1.0.1.6

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

// Install TommasoScalici.MVVMExtensions as a Cake Tool
#tool nuget:?package=TommasoScalici.MVVMExtensions&version=1.0.1.6

This package is a useful collection of API designed for .NET Core for an extended and easier implementation of the MVVM design pattern. Essentially there are various implementations of the ICommand and INotifyPropertyChanged* interfaces, serving different purposes.

Here's a brief list of the API you can find:
•ObservableObject: Extend from this class to have an object that supports notifications without worrying to implement INotifyPropertyChanged.
•ObservableTask: A wrapper of Task that supports UI notifications.
•RelayCommand and RelayCommand<T>: Standard implementations (non-generic and generic) of the ICommand interface.
•AsyncCommand, AsyncCommand<TResultgt; and AsyncCommand<TParameter, TResult>: Commands that execute asynchronous operations or Tasks.

There are no supported framework assets in this package.

Learn more about Target Frameworks and .NET Standard.

This package has no dependencies.

NuGet packages

This package is not used by any NuGet packages.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
1.0.2.5 1,652 8/30/2017
1.0.2.4 1,457 8/29/2017
1.0.2.3 1,451 8/28/2017
1.0.2.2 1,526 2/28/2017
1.0.2.1 1,556 2/28/2017
1.0.2 1,662 2/22/2017
1.0.1.6 1,625 7/14/2016
1.0.1.5 1,691 7/14/2016
1.0.1.4 1,626 7/14/2016
1.0.1.3 1,522 3/21/2016
1.0.1.1 1,588 11/20/2015

Profile changed to portable-net45+win+wpa81