A simple and sane data generator for populating objects that supports different locales. A delightful port of the famed faker.js and inspired by FluentValidation. Use Bogus to create UIs with fake data or seed databases. Get started by using Faker class or a DataSet directly.
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...
More information
A library for generating fake data e.g. for authoring tests, for preparing software demos or for creating screenshots. It includes generators such as Lorem text, Addresses, Company, PhoneNumber, Job Titles, etc. It comes with support for 51 locales out of the box and can be extended with custom...
More information
dot-gimei is a .NET library for generating fake data (names and addresses) in Japanese.
This library is basically a port of go-gimei, a Golang faker library. see also: https://github.com/willnet/gimei and https://github.com/mattn/go-gimei
C# port of the Ruby Faker gem (http://faker.rubyforge.org/) and is used to easily generate fake data: names, addresses, phone numbers, etc. This fork allows setting a fixed seed to generate constant, but random database seeding data usable in unit-testing. Added caching of resources and randomizer...
More information
This library acts as extension for epic package Bogus by bchavez by providing extension methods in the form
of being able to generate names for various items.
It also has basic functionality to generate objects for use in automated tests.