PocoGenerator 1.0.0

dotnet add package PocoGenerator --version 1.0.0
NuGet\Install-Package PocoGenerator -Version 1.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="PocoGenerator" Version="1.0.0" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add PocoGenerator --version 1.0.0
#r "nuget: PocoGenerator, 1.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.
// Install PocoGenerator as a Cake Addin
#addin nuget:?package=PocoGenerator&version=1.0.0

// Install PocoGenerator as a Cake Tool
#tool nuget:?package=PocoGenerator&version=1.0.0

Another .NET tool for automatically generating data.

Use the pre-built value generators or write your own to create POCOs with pre-populated data. This is useful for testing purposes, or for generating seed data for development environments. This library aims to provide

1. An easy to understand, and simple DSL for defining how a POCO should be generated.
2. A simple way to extend it by creating your own value generators.
3. Repeatable random test data by allowing you to provide a seeded random source.
4. A substantial set of existing value generators that cover a large range of use cases.
5. A way to compose a definition for a POCO w/ a complex object graph.

Product Compatible and additional computed target framework versions.
.NET Framework net40 is compatible.  net403 was computed.  net45 was computed.  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.

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
1.0.0 2,655 2/9/2013