SeedPacket 2.0.4
See the version list below for details.
dotnet add package SeedPacket --version 2.0.4
NuGet\Install-Package SeedPacket -Version 2.0.4
<PackageReference Include="SeedPacket" Version="2.0.4" />
paket add SeedPacket --version 2.0.4
#r "nuget: SeedPacket, 2.0.4"
// Install SeedPacket as a Cake Addin #addin nuget:?package=SeedPacket&version=2.0.4 // Install SeedPacket as a Cake Tool #tool nuget:?package=SeedPacket&version=2.0.4
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 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.
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET Framework | net is compatible. |
-
- NewLibrary.Extensions (>= 1.0.2)
- Newtonsoft.Json (>= 8.0.3)
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 | 6,723 | 3/24/2022 |
3.0.5.3 | 9,453 | 11/10/2019 |
3.0.5.2 | 575 | 10/23/2019 |
3.0.4 | 699 | 3/31/2019 |
2.0.7 | 1,613 | 6/19/2017 |
2.0.6 | 1,092 | 5/7/2017 |
2.0.5 | 1,198 | 5/6/2017 |
2.0.4 | 1,084 | 4/28/2017 |
2.0.3-BETA | 778 | 3/30/2017 |
0.9.9 | 1,235 | 1/29/2016 |
0.9.8 | 1,082 | 1/26/2016 |
0.9.5 | 1,259 | 2/3/2015 |
0.9.2 | 1,201 | 1/25/2015 |
0.9.1 | 1,131 | 1/24/2015 |
2.0 Release
There are numerous improvements including :
*Xml or Json Support from either file or string using new DualGenerator
*Code reorganization to make customization easier
*SimpleSeed (an alternate approach without the Rules engine)
Unfortunately, these changes will require code refactoring for in-place upgrades.