Tynamix.ObjectFiller
1.0.20
See the version list below for details.
dotnet add package Tynamix.ObjectFiller --version 1.0.20
NuGet\Install-Package Tynamix.ObjectFiller -Version 1.0.20
<PackageReference Include="Tynamix.ObjectFiller" Version="1.0.20" />
paket add Tynamix.ObjectFiller --version 1.0.20
#r "nuget: Tynamix.ObjectFiller, 1.0.20"
// Install Tynamix.ObjectFiller as a Cake Addin #addin nuget:?package=Tynamix.ObjectFiller&version=1.0.20 // Install Tynamix.ObjectFiller as a Cake Tool #tool nuget:?package=Tynamix.ObjectFiller&version=1.0.20
The .NET ObjectFiller fills the properties of your objects with random data. It has a fluent API and is highly customable. It supports also Lists and Dictionaries and constructors WITH parameters. It is also possible to fill instances.
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET Framework | net is compatible. |
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 (6)
Showing the top 5 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
|
|
codengine/SOTFEdit
A Sons of The Forest Savegame Editor
|
Version | Downloads | Last updated |
---|---|---|
1.5.9 | 17,995 | 8/2/2024 |
1.5.8 | 340,855 | 5/9/2022 |
1.5.7 | 78,143 | 1/22/2022 |
1.5.6 | 153,162 | 1/28/2021 |
1.5.5 | 344,739 | 9/26/2018 |
1.5.4.1 | 51,956 | 8/3/2017 |
1.5.4 | 2,218 | 7/27/2017 |
1.5.3 | 7,789 | 2/13/2017 |
1.5.0 | 18,290 | 3/8/2016 |
1.4.1 | 4,969 | 1/23/2016 |
1.4.0 | 4,417 | 12/17/2015 |
1.3.9 | 2,380 | 9/22/2015 |
1.3.8 | 2,595 | 8/2/2015 |
1.3.6 | 2,325 | 5/4/2015 |
1.3.2 | 2,175 | 2/27/2015 |
1.3.1 | 4,290 | 2/3/2015 |
1.3.0 | 2,862 | 8/5/2014 |
1.2.8 | 2,206 | 7/6/2014 |
1.2.4 | 2,253 | 6/2/2014 |
1.2.3 | 2,101 | 5/19/2014 |
1.2.1 | 2,194 | 5/2/2014 |
1.1.8 | 2,015 | 4/29/2014 |
1.1.7 | 2,106 | 4/23/2014 |
1.1.6 | 2,212 | 4/18/2014 |
1.1.4 | 2,183 | 4/16/2014 |
1.1.2 | 2,379 | 4/13/2014 |
1.1.1 | 2,122 | 4/13/2014 |
1.1.0 | 2,231 | 4/12/2014 |
1.0.22 | 2,168 | 4/9/2014 |
1.0.21 | 2,382 | 4/8/2014 |
1.0.20 | 2,166 | 4/8/2014 |
1.0.16 | 2,081 | 4/3/2014 |
1.0.15 | 2,094 | 4/2/2014 |
1.0.14 | 2,025 | 4/2/2014 |
1.0.13 | 2,110 | 4/2/2014 |
1.0.12 | 2,102 | 4/2/2014 |
1.0.10 | 2,114 | 4/1/2014 |
1.0.6 | 2,007 | 3/31/2014 |
1.0.5 | 2,038 | 3/31/2014 |
1.0.0 | 2,202 | 3/30/2014 |
-1.0.20
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