objecthydrator 1.1.0

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

// Install objecthydrator as a Cake Tool
#tool nuget:?package=objecthydrator&version=1.1.0

This project allows you to pass custom POCO's to it, and have it return an instance of the class populated with randomly generated data. This random data can be overridden by convention.

This version (1.1.0) added the ability to respect the StringLength attribute of DataAnnotations

Version (1.0.0) added the ability to add generators at instantiation time.

Version (0.7.0) has added some UK related generators and has switched testing frameworks to NUnit

Added FromListGetListGenerator.

Product Compatible and additional computed target framework versions.
.NET Framework net204 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 (1)

Showing the top 1 NuGet packages that depend on objecthydrator:

Package Downloads
Apistry

Apistry provides you the ability to document an existing ASP.NET Web API using static typing. Document your DTOs and ApiControllers using a fluent, composable API. Apistry will generate documentation based upon this metadata - creating resource, method, property documentation and request/response examples. Apistry will even auto-generate documention for all un-documented DTOs and controllers using intelligent reflection techniques via AutoFixture and ObjectHydrator. You can then use this finalized documentation to bind as an MVC model and render it out however you like.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
1.3.0 8,701 3/26/2018
1.1.0 11,664 1/6/2015
1.0.0 1,791 12/8/2014
0.7.0 2,290 10/14/2014
0.6.1 1,227 6/18/2014
0.6.0 7,250 3/11/2011

Most recent (Has renamed Generator)