SeedPacket 0.9.9

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

SeedPacket adds a .seed() method onto IEnumerable so that you create a list of elements as easily as:  var mylist = new List<Item>().Seed().

The rules engine keys off the datatype or interface, and name of an item's properties so that the data is appropriate to the type. That is to say, "out-of-the-box" - email properties will be filled with valid emails, phone numbers filled with phone numbers, and names are names etc. If you need to modify the default generated data the rules are simple to create and modify, and come with a many examples, including a data generator that pulls from an xml file. The randomly generated data can be set to always be static or  to be random on each request.

Go to http://code.willcrowther.com/ for more details.

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
5.0.0 8,952 3/24/2022
3.0.5.3 9,523 11/10/2019
3.0.5.2 632 10/23/2019
3.0.4 750 3/31/2019
2.0.7 1,900 6/19/2017
2.0.6 1,266 5/7/2017
2.0.5 1,435 5/6/2017
2.0.4 1,212 4/28/2017
2.0.3-BETA 891 3/30/2017
0.9.9 1,363 1/29/2016
0.9.8 1,201 1/26/2016
0.9.5 1,382 2/3/2015
0.9.2 1,328 1/25/2015
0.9.1 1,255 1/24/2015

.99 Beta release
Includes bug fixes and some breaking changes. Rules can now be matched against interfaces.