SeedPacket 3.0.5.3

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

// Install SeedPacket as a Cake Tool
#tool nuget:?package=SeedPacket&version=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.

Product Compatible and additional computed target framework versions.
.NET net5.0 was computed.  net5.0-windows was computed.  net6.0 was computed.  net6.0-android was computed.  net6.0-ios was computed.  net6.0-maccatalyst was computed.  net6.0-macos was computed.  net6.0-tvos was computed.  net6.0-windows was computed.  net7.0 was computed.  net7.0-android was computed.  net7.0-ios was computed.  net7.0-maccatalyst was computed.  net7.0-macos was computed.  net7.0-tvos was computed.  net7.0-windows was computed.  net8.0 was computed.  net8.0-android was computed.  net8.0-browser was computed.  net8.0-ios was computed.  net8.0-maccatalyst was computed.  net8.0-macos was computed.  net8.0-tvos was computed.  net8.0-windows was computed. 
.NET Core netcoreapp2.0 was computed.  netcoreapp2.1 was computed.  netcoreapp2.2 was computed.  netcoreapp3.0 was computed.  netcoreapp3.1 was computed. 
.NET Standard netstandard2.0 is compatible.  netstandard2.1 was computed. 
.NET Framework net45 is compatible.  net451 was computed.  net452 was computed.  net46 was computed.  net461 was computed.  net462 was computed.  net463 was computed.  net47 was computed.  net471 is compatible.  net472 was computed.  net48 was computed.  net481 was computed. 
MonoAndroid monoandroid was computed. 
MonoMac monomac was computed. 
MonoTouch monotouch was computed. 
Tizen tizen40 was computed.  tizen60 was computed. 
Xamarin.iOS xamarinios was computed. 
Xamarin.Mac xamarinmac was computed. 
Xamarin.TVOS xamarintvos was computed. 
Xamarin.WatchOS xamarinwatchos was computed. 
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 4,603 3/24/2022
3.0.5.3 9,422 11/10/2019
3.0.5.2 553 10/23/2019
3.0.4 674 3/31/2019
2.0.7 1,587 6/19/2017
2.0.6 1,067 5/7/2017
2.0.5 1,175 5/6/2017
2.0.4 1,055 4/28/2017
2.0.3-BETA 758 3/30/2017
0.9.9 1,211 1/29/2016
0.9.8 1,054 1/26/2016
0.9.5 1,229 2/3/2015
0.9.2 1,177 1/25/2015
0.9.1 1,104 1/24/2015

3.0.5.3 Has been updated to accommodate changes to the WildHare dependency.