SeedPacket NuGet Package

SeedPacket 5.0 adds a .seed() method onto IEnumerable for the quick seeding of data.

Designed to be a part of your LINQ workflow, it quickly generates and populates many IEnumerable list types with realistic data that is as simple as: var mylist = new List<Item>().Seed().

SeedPacket is easy to use, with a customizable, and powerful rules engine that 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 or json file or string. The randomly generated data can be set to always be repeatable or to be random on each request.

Go to http://www.seedpacket.net/ for more details.




Got any SeedPacket Question?





Info

Version: 5.0.0
Author(s): Will Crowther
Last Update: Thursday, March 24, 2022
.NET Fiddle: Create the first Fiddle
Project Url: http://www.seedpacket.net/
NuGet Url: https://www.nuget.org/packages/SeedPacket


Install
Install-Package SeedPacket
dotnet add package SeedPacket
paket add SeedPacket
SeedPacket Download (Unzip the "nupkg" after downloading)

.NETFramework 4.5 .NETStandard 2.0 net471


Tags



STATS

must-have-score

1.3

avg-downloads-per-day

4

days-since-last-release

757