Tynamix.ObjectFiller
1.5.8
Install-Package Tynamix.ObjectFiller -Version 1.5.8
dotnet add package Tynamix.ObjectFiller --version 1.5.8
<PackageReference Include="Tynamix.ObjectFiller" Version="1.5.8" />
paket add Tynamix.ObjectFiller --version 1.5.8
#r "nuget: Tynamix.ObjectFiller, 1.5.8"
// Install Tynamix.ObjectFiller as a Cake Addin
#addin nuget:?package=Tynamix.ObjectFiller&version=1.5.8
// Install Tynamix.ObjectFiller as a Cake Tool
#tool nuget:?package=Tynamix.ObjectFiller&version=1.5.8
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 | Versions |
---|---|
.NET | net5.0 net5.0-windows net6.0 net6.0-android net6.0-ios net6.0-maccatalyst net6.0-macos net6.0-tvos net6.0-windows |
.NET Core | netcoreapp1.0 netcoreapp1.1 netcoreapp2.0 netcoreapp2.1 netcoreapp2.2 netcoreapp3.0 netcoreapp3.1 |
.NET Standard | netstandard1.0 netstandard1.1 netstandard1.2 netstandard1.3 netstandard1.4 netstandard1.5 netstandard1.6 netstandard2.0 netstandard2.1 |
.NET Framework | net35 net40 net403 net45 net451 net452 net46 net461 net462 net463 net47 net471 net472 net48 |
MonoAndroid | monoandroid |
MonoMac | monomac |
MonoTouch | monotouch |
Tizen | tizen30 tizen40 tizen60 |
Universal Windows Platform | uap uap10.0 |
Windows Phone | wp8 wp81 wpa81 |
Windows Store | netcore netcore45 netcore451 |
Xamarin.iOS | xamarinios |
Xamarin.Mac | xamarinmac |
Xamarin.TVOS | xamarintvos |
Xamarin.WatchOS | xamarinwatchos |
-
.NETFramework 3.5
- No dependencies.
-
.NETFramework 4.5.2
- No dependencies.
-
.NETStandard 1.0
- NETStandard.Library (>= 1.6.1)
-
.NETStandard 1.3
- NETStandard.Library (>= 1.6.1)
-
.NETStandard 2.0
- No dependencies.
NuGet packages (1)
Showing the top 1 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. |
GitHub repositories
This package is not used by any popular GitHub repositories.
Version | Downloads | Last updated |
---|---|---|
1.5.8 | 475 | 5/9/2022 |
1.5.7 | 12,951 | 1/22/2022 |
1.5.6 | 66,506 | 1/28/2021 |
1.5.5 | 202,981 | 9/26/2018 |
1.5.4.1 | 27,429 | 8/3/2017 |
1.5.4 | 979 | 7/27/2017 |
1.5.3 | 5,243 | 2/13/2017 |
1.5.0 | 15,369 | 3/8/2016 |
1.4.1 | 3,678 | 1/23/2016 |
1.4.0 | 3,242 | 12/17/2015 |
1.3.9 | 1,306 | 9/22/2015 |
1.3.8 | 1,377 | 8/2/2015 |
1.3.6 | 1,168 | 5/4/2015 |
1.3.2 | 1,049 | 2/27/2015 |
1.3.1 | 3,159 | 2/3/2015 |
1.3.0 | 1,674 | 8/5/2014 |
1.2.8 | 1,049 | 7/6/2014 |
1.2.4 | 1,062 | 6/2/2014 |
1.2.3 | 919 | 5/19/2014 |
1.2.1 | 1,012 | 5/2/2014 |
1.1.8 | 849 | 4/29/2014 |
1.1.7 | 912 | 4/23/2014 |
1.1.6 | 1,041 | 4/18/2014 |
1.1.4 | 1,017 | 4/16/2014 |
1.1.2 | 1,177 | 4/13/2014 |
1.1.1 | 993 | 4/13/2014 |
1.1.0 | 1,058 | 4/12/2014 |
1.0.22 | 1,041 | 4/9/2014 |
1.0.21 | 1,178 | 4/8/2014 |
1.0.20 | 1,009 | 4/8/2014 |
1.0.16 | 970 | 4/3/2014 |
1.0.15 | 939 | 4/2/2014 |
1.0.14 | 927 | 4/2/2014 |
1.0.13 | 986 | 4/2/2014 |
1.0.12 | 971 | 4/2/2014 |
1.0.10 | 926 | 4/1/2014 |
1.0.6 | 931 | 3/31/2014 |
1.0.5 | 953 | 3/31/2014 |
1.0.0 | 951 | 3/30/2014 |
-1.5.8
* Add support for records
-1.5.7
* Fix multi inheritance bug on .NET Standard
* Add support for IDictionary (thx to wztech0192)
* Bug fixing
-1.5.6
* Added target framework netstandard1.3, netstandard2.0 to improve easier usage with .NET 5
* Added Long Range plugin (thx to weitzhandler)
-1.5.5
* SetRandomSeed added to generate always the same random data
* URI Plugin implemented (Thx to twenzel)
* Bugfixing (thx to lichtel, jiaxuyang)
-1.5.4.1
* Bugfixing
* Collectionizer supports now also Arrays
-1.5.4
* Removed unecessary references for netstandard library
-1.5.3
* It is now possible to do an explicit setup (just fill properties which are configured in Filler Setup)
* IpAddress string plugin added
* Switched to .NET Core 1.0
* Moved to VS 2017
* Bug fixes
-1.5.0
* Collectionizer plugin implemented to use IRandomizer plugins in Collections
* Support for ArrayLists
* Ignore inheritance added to ignore base types of a POCO
* Optimizations in the Randomizer (thx to HerrLoesch)
* FloatRange plugin implemented (thx to HerrLoesch)
* Optimization of some Plugins
* Bug fixing
-1.4.1
* Fixing Bug with Multi Threaded Random Access (Thanks to blmeyers)
-1.4.0
* Updated to .NET Core. Now you can use ObjectFiller.NET in your .NET Core (DNX) and Windows 10 (UWP) environment!
* FillerSetup can now be used for dedicated properties or types
* Bugfixes
-1.3.9
* Bug fixed when creating types with a copy constructor
-1.3.8
* Support for Arrays and Nullable Enumerations
* Bugfixes (thx to Hendrik L.)
-1.3.6
* Added Randomizer<T> class to easy generate data for simple types like int, double, string
* Support for complex standalone CLR types like List<T>
* CityName plugin (Thx to Hendrik L.)
* E-Mail-Address plugin (Thx to Hendrik L.)
* StreetName plugin (Thx to Hendrik L.)
* CountryName plugin
* Code cleanup
* Bugfixes
-1.3.2
* Bugfixes
-1.3.1
* Easier usage of static values in the "Use" API
* Added missing type mappings
* Some bugfixes and improvements
-1.3.0
* Circular Reference Detection (thx to GothikX)
* Export the ObjectFiller setup and reuse it somewhere else
* Improved LoremIpsum Plugin (thx to GothikX)
* Many bugfixes and improvements
-1.2.8
* IgnoreAllUnknownTypes added
* Usage of RandomList-Plugin improved
* IntRange-Plugin handles now also nullable int!
-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