SeedPacket 3.0.5.3
SeedPacket 3.0 (BETA) adds a .seed() method onto IEnumerable for the quick seeding of data. Designed to be a part of your LINQ workflow, it quick generates and populates many IEnumerable list types with realistic data. Ex: 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.
Install-Package SeedPacket -Version 3.0.5.3
dotnet add package SeedPacket --version 3.0.5.3
<PackageReference Include="SeedPacket" Version="3.0.5.3" />
paket add SeedPacket --version 3.0.5.3
#r "nuget: SeedPacket, 3.0.5.3"
Release Notes
3.0.5.3 Has been updated to accommodate changes to the WildHare dependency.
Dependencies
-
.NETFramework 4.5
- Microsoft.CSharp (>= 4.5.0)
- Newtonsoft.Json (>= 11.0.2)
- WildHare (>= 0.9.9.1)
-
.NETFramework 4.7.1
- Microsoft.CSharp (>= 4.5.0)
- Newtonsoft.Json (>= 11.0.2)
- WildHare (>= 0.9.9.1)
-
.NETStandard 2.0
- Microsoft.CSharp (>= 4.5.0)
- Newtonsoft.Json (>= 11.0.2)
- WildHare (>= 0.9.9.1)
Used By
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.
Version History
Version | Downloads | Last updated |
---|---|---|
3.0.5.3 | 1,656 | 11/10/2019 |
3.0.5.2 | 170 | 10/23/2019 |
3.0.4 | 266 | 3/31/2019 |
2.0.7 | 965 | 6/19/2017 |
2.0.6 | 556 | 5/7/2017 |
2.0.5 | 588 | 5/6/2017 |
2.0.4 | 572 | 4/28/2017 |
2.0.3-BETA | 441 | 3/30/2017 |
0.9.9 | 724 | 1/29/2016 |
0.9.8 | 578 | 1/26/2016 |
0.9.5 | 666 | 2/3/2015 |
0.9.2 | 644 | 1/25/2015 |
0.9.1 | 575 | 1/24/2015 |