Tynamix.ObjectFiller 1.2.4

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

// Install Tynamix.ObjectFiller as a Cake Tool
#tool nuget:?package=Tynamix.ObjectFiller&version=1.2.4

The Tynamix ObjectFiller.NET fills the properties of your objects with random data. Use it for unittest, prototyping and whereever you need some random testdata. It has a fluent API and is highly customizable. It supports also IEnumerables and Dictionaries and constructors WITH parameters. It is also possible to fill instances and to write private properties.

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.

This package has no dependencies.

NuGet packages (2)

Showing the top 2 NuGet packages that depend on Tynamix.ObjectFiller:

Package Downloads
Tynamix.ObjectFiller.RegEx

The extension for ObjectFiller .NET allows to generate string values that match a given regular expression.

TheStandardBox.Data.Tests.Unit

A .NET Library for essential unit testing code according to The Standard

GitHub repositories (4)

Showing the top 4 popular GitHub repositories that depend on Tynamix.ObjectFiller:

Repository Stars
hassanhabib/OtripleS
This is an open source schooling system, dedicated to provide a better experience for schools needing a management and communication and tutoring system all in one place. This project is aiming toward directing all the software development funds and hours to families in need, the idea of the project is to allow schools to use the system as long as the software funds in the school are directed towards financially disadvantaged families and students.
hassanhabib/Standard.AI.OpenAI
Standard-Compliant .NET library for Open AI
hassanhabib/RESTFulSense
A RESTFul operations client that serializes responses and throws meaningful exceptions for >= 400 status codes.
OData/OData.Neo
Version Downloads Last updated
1.5.8 206,495 5/9/2022
1.5.7 66,500 1/22/2022
1.5.6 137,027 1/28/2021
1.5.5 315,926 9/26/2018
1.5.4.1 46,592 8/3/2017
1.5.4 2,121 7/27/2017
1.5.3 7,505 2/13/2017
1.5.0 17,557 3/8/2016
1.4.1 4,846 1/23/2016
1.4.0 4,310 12/17/2015
1.3.9 2,286 9/22/2015
1.3.8 2,453 8/2/2015
1.3.6 2,215 5/4/2015
1.3.2 2,071 2/27/2015
1.3.1 4,191 2/3/2015
1.3.0 2,764 8/5/2014
1.2.8 2,113 7/6/2014
1.2.4 2,161 6/2/2014
1.2.3 2,000 5/19/2014
1.2.1 2,086 5/2/2014
1.1.8 1,927 4/29/2014
1.1.7 2,008 4/23/2014
1.1.6 2,103 4/18/2014
1.1.4 2,097 4/16/2014
1.1.2 2,278 4/13/2014
1.1.1 2,024 4/13/2014
1.1.0 2,141 4/12/2014
1.0.22 2,080 4/9/2014
1.0.21 2,290 4/8/2014
1.0.20 2,063 4/8/2014
1.0.16 1,973 4/3/2014
1.0.15 1,995 4/2/2014
1.0.14 1,933 4/2/2014
1.0.13 2,011 4/2/2014
1.0.12 2,026 4/2/2014
1.0.10 2,012 4/1/2014
1.0.6 1,940 3/31/2014
1.0.5 1,946 3/31/2014
1.0.0 2,072 3/30/2014

-1.2.4
* Create multiple instances
* Some bugfixes and improvements

-1.2.3
* Use enumerables to fill objects (thx to charlass)
* Its now possible to fill enum properties (thx to charlass)
* Implemented SequenceGenerator (thx to charlass)

-1.2.1
* Complete refactoring of the FluentAPI. Read the documentation on objectfiller.net for more information!
* Properties with private setter are able to write.
* Renamed ObjectFiller to Filler to avoid NameSpace conflicts
* Order properties implemented
* IntRange Plugin implemented
* ...some more improvements and bugfixes

-1.1.8
* Bugfix in RandomizerForProperty

-1.1.7
* Implemented a "Lorem Ipsum" string plugin

-1.1.6
* new fantastic PatternGenerator-Plugin. Thanks to charlass for this!
* Adjust namespaces from ObjectFiller to Tynamix.ObjectFiller

-1.1.4
* IgnoreAllOfType added.
* Little changes to the main API

-1.1.2
* moved to github

-1.1.0
* Changed the fluent API to make it even easier than before to use.

-1.0.22
* Bugfix when handling lists

-1.0.21
* Constructors with parameters are now possible as long as the types of parameters are configured in the ObjectFiller.NET setup!

-1.0.16
* RandomListItem-Plugin

-1.0.15
* Major Bugfix

-1.0.14
* Bugfixes

-1.0.12
* RealNameListString Plugin
* DoubleMinMax plugin

-1.0.10
* Its now possible to ignore properties.
* Fluent API documented.
* Better ExceptionMessages
* Bugfixes

-1.0.6
* Its now possible to setup a randomizer to a specific property!

-1.0.0
* Initial release