Com.Xamtastic.Patterns.ViewModelFactory.dll 2.0.0

dotnet add package Com.Xamtastic.Patterns.ViewModelFactory.dll --version 2.0.0
                    
NuGet\Install-Package Com.Xamtastic.Patterns.ViewModelFactory.dll -Version 2.0.0
                    
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="Com.Xamtastic.Patterns.ViewModelFactory.dll" Version="2.0.0" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="Com.Xamtastic.Patterns.ViewModelFactory.dll" Version="2.0.0" />
                    
Directory.Packages.props
<PackageReference Include="Com.Xamtastic.Patterns.ViewModelFactory.dll" />
                    
Project file
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version the package.
paket add Com.Xamtastic.Patterns.ViewModelFactory.dll --version 2.0.0
                    
#r "nuget: Com.Xamtastic.Patterns.ViewModelFactory.dll, 2.0.0"
                    
#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.
#:package Com.Xamtastic.Patterns.ViewModelFactory.dll@2.0.0
                    
#:package directive can be used in C# file-based apps starting in .NET 10 preview 4. Copy this into a .cs file before any lines of code to reference the package.
#addin nuget:?package=Com.Xamtastic.Patterns.ViewModelFactory.dll&version=2.0.0
                    
Install as a Cake Addin
#tool nuget:?package=Com.Xamtastic.Patterns.ViewModelFactory.dll&version=2.0.0
                    
Install as a Cake Tool

Bindable Object View Model and supporting artefacts for the Xamarin.Forms ViewModelFactory pattern VROOM implementation of MVVM, with API at www.Xamtastic.com

ViewModelFactory Pattern for Xamarin.Forms is a lightweight library that affords the separation of concerns between the creation of Dynamic UI, and the creation and integration of the Services SDK that the UI drives and consumes.

It uses hyperbolic rendering to auto-generate complex UI based upon the cascading of a generic Bindable Object View Model.

Product Compatible and additional computed target framework versions.
.NET Framework net is compatible. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

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
2.0.0 4,839 7/19/2015
1.0.3 1,862 7/13/2015
1.0.2 1,822 7/10/2015
1.0.1 1,961 7/6/2015
1.0.0 2,141 7/6/2015

New view added:
CartestianListView, which allows a single tag and single binding to auto-generate the UI for a whole page.

New supporting artefacts:
AutoGridViewCollectionAdapter
CartesianListViewItemAdapter
PropertyChangedBase
BindableObjectCollectionViewPropertyAttribute

Various optimisations and code comments added.

Bug in AutoGridView fixed where an odd number of columns resulted in the last row not being displayed.

Breaking Changes - Various names normalised, as follows:
BindableObjectViewModel renamed to Boffin
VMDto renamed to Adapter
MDto renamed to Model
ViewModelsOperator renamed to ViewModelOperator