FakeModel 0.0.3

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

// Install FakeModel as a Cake Tool
#tool nuget:?package=FakeModel&version=0.0.3

FakeModel offers you a Fluent interface for rapid creation of test data, automatically assigning values to properties (public, private and readonly) of an in-built .Net data type. Whilst building your model, you can assign the important values yourself and forget about the rest – or even declare that FakeModel should ignore a property in question – all through Lambda Expressions.
FakeModel aims to take the mundane task of Test Data Creation out of your hands, allowing you to focus your brain power* on what really counts.

*Brain Power May Vary.

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.

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
0.0.7 1,774 7/26/2014
0.0.6 1,235 3/16/2014
0.0.5 1,200 12/8/2013
0.0.4 1,211 11/17/2013
0.0.3 1,159 11/2/2013
0.0.2 1,289 10/24/2013
0.0.1 1,147 10/23/2013

V0.0.3 -Added support for Data Annotations, created FakeModelException for exception clarity.