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.
$ dotnet add package Tynamix.ObjectFillerThe .NET ObjectFiller fills the properties of your .NET objects with random data! It has a very comfortable Fluent API. You are able to fill object instances or you just let them create for you. It is also possible to create instances of classes which have constructors with parameters. You can also fill properties which are derived by an interface. The .NET ObjectFiller also supports IEnumerable<T> (and all derivations) as well as Dictionaries.
I do not make any money with ObjectFiller.NET. It is a pure hobby project. But if I could save your time with this project or if you like to use the library I would be very happy about a small donation!
<p align="center"> <a href="https://www.paypal.com/donate/?hosted_button_id=P89J29HBE3WBC" target="_blank"><img src="https://www.paypalobjects.com/webstatic/de_DE/i/de-pp-logo-200px.png"></a> </p>https://www.nuget.org/packages/Tynamix.ObjectFiller

(Thank you to Readme.io for the OSS <3)
1.6M