MvvmFormsBase 2.1.2-Beta3

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

// Install MvvmFormsBase as a Cake Tool
#tool nuget:?package=MvvmFormsBase&version=2.1.2-Beta3&prerelease

MvvmFormsBase includes base classes to design ViewModels, which are compatible to XAML and MvvmForms.

Product Compatible and additional computed target framework versions.
.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. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages (1)

Showing the top 1 NuGet packages that depend on MvvmFormsBase:

Package Downloads
MvvmForms

MvvmForms is Dual License. For Open Source Projects under GPL, for evaluation purposes, for personal, non-commercial purpose, for academic purpose it's free. For propriety, commercial projects it is also free, but without any support or guarantees. For a supported version, please contact mvvmforms@activedevelop.de for information how to obtain per-developer licenses with included support options.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
2.3.0-Beta 12,859 11/8/2017
2.2.0-Beta 2,507 6/30/2017
2.2.0-Alpha2 755 6/27/2017
2.2.0-Alpha 837 6/20/2017
2.1.6-Beta 3,362 8/23/2016
2.1.5-Beta 1,031 7/23/2016
2.1.3-Beta 4,049 4/26/2016
2.1.2-Beta3 1,970 2/7/2016
2.1.2-Beta2 834 2/7/2016
2.1.2-Beta 876 2/2/2016
2.1.2-Alpha 836 1/29/2016
2.1.1-Beta 1,819 10/10/2015
2.1.0-Beta 1,009 9/27/2015
2.0.31-Beta 941 9/3/2015
2.0.29-Beta 1,209 8/11/2015
2.0.28-Beta 863 7/15/2015
2.0.27-Beta2 861 7/12/2015
2.0.27-Beta 1,664 7/12/2015
2.0.25-Beta 829 6/16/2015
2.0.24-Beta2 827 6/15/2015
2.0.23-Beta 854 6/13/2015
2.0.20-Beta 920 6/2/2015
2.0.19-Beta 794 5/25/2015
2.0.18-Beta 779 5/25/2015
2.0.17-Beta 781 5/25/2015

New in 2.1.2:

* BUGFIX: Fixed Issues with CopyPropertiesFrom/To on UWP/DNCore with Readonly/Writeonly Properties
* BUGFIX: CopyPropertiesFrom on MvvmViewModelBase did not take ModelPropertyIgnoreAttribute into account.
* Added XML-Docu-File in NuGet Package.
* Renamed CollectionView to RxCollectionView, introduced type o for output collection.
* Updated Json.NET to V8.02
* Changed Namespace for Timer Class to ActiveDevelop.Threading
* Introduced IsDebugMode Property for MvvmViewModelBase to control debug outputs in output window.
* Introduced IsLoaded, OnIsLoadedChanged in BindableAsyncLazy
* Introduced DefaultValueChanged in BindableAsyncLazy