objecthydrator 1.1.0
See the version list below for details.
dotnet add package objecthydrator --version 1.1.0
NuGet\Install-Package objecthydrator -Version 1.1.0
<PackageReference Include="objecthydrator" Version="1.1.0" />
paket add objecthydrator --version 1.1.0
#r "nuget: objecthydrator, 1.1.0"
// 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 | Versions Compatible and additional computed target framework versions. |
---|---|
.NET Framework | net204 is compatible. |
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.
Most recent (Has renamed Generator)