Bogus 18.0.1

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 it to create and load databases and UIs with mock up data. Get started by using Faker class or a DataSet directly.

No packages depend on Bogus.

## v18.0.1 * Fixed bug in Finland's `f.Person.Henkilötunnus` personal identity code generator that sometimes produced 11 characters. * Added `f.Finance.Ethereum`. Generate an Ethereum address. * Added `f.Finance.CreditCardCvv`. Generate a random credit card CVV number. * Improved `f.Finance.CreditCardNumber`. Generate a random credit card number. * Added `f.Random.Hexadecimal`. Generates a random hexadecimal string. * Added `f.System.DirectoryPath`. Generates a random directory path. * Added `f.System.FilePath`. Generates a random file path. * Added `f.Date.Soon`. Generates a date and time that will happen soon. * Added `f.Random.ArrayElements`. Gets a random subset of an array. * Added `f.Random.ListItems`. Gets a random subset of a list. * Added `f.Company.Cnpj` extension method for Brazil. Generates Brazilian company document. * Improved `f.PhoneNumbers`. More realistic US phone numbers. * Improved `f.Address.Latitude/Longitude` with min and max parameters. * Minimum for `f.Commerce.Price` is now $1.00 (not zero). * Reduced assembly size by removing redundant locale data. * Locale updates: * `en_AU` - Update Australian postcode ranges. * `en_IND` - Indian postcodes are always numeric. * `ru` - Word corrections. ## v17.0.1 * Migration to **.NET Standard 2.0**. ## v16.0.3 * With additional overloads for `.PickRandom(IList)` and `.PickRandom(ICollection)` we can now add `.PickRandom("cat", "dog", "fish")` back to the API. ## v16.0.2 * BREAKING CHANGE: `Faker.Generate(n)` now calls `.ToList()` under the hood to escape LINQ deferred execution. Remembering to call `.ToList()` after `.Generate(n)` was a sticking point for new users writing test assertions on generated values. Please do not call `Faker.Generate(n).ToList()` as it would execute `.ToList()` twice. Simply, `Faker.Generate(n)` is enough. * `f.Generate` and `f => f.Make` now return `IList<T>` to signify the breaking change above. * Issue #92: Added `.GenerateLazy` to keep old behavior and returns `IEnumerable<T>`. * Issue #93: Renamed a `PickRandom` overload to avoid the compiler from picking wrong `PickRandom` method. * Added `f.PickRandomParam("cat","dog","fish")`. * Removed `[Obsolete]` methods. ## v15.0.7 * Issue #88 - API aesthetics: Added `Name.FullName()` convenience method to generate a full name. Full History Here: https://github.com/bchavez/Bogus/blob/master/HISTORY.md

.NET Framework 4.0

.NET Standard 2.0

Version Downloads Last updated
35.6.3 5 04/12/2025
35.6.2 6 03/11/2025
35.6.1 13 12/26/2024
35.6.0 15 12/10/2024
35.5.1 15 11/23/2024
35.5.0 11 12/13/2024
35.4.1 13 12/26/2024
35.4.0 10 12/26/2024
35.3.2 13 12/11/2024
35.3.1 14 11/23/2024
35.3.0 10 12/26/2024
35.2.0 9 12/13/2024
35.0.1 9 12/15/2024
34.0.2 10 12/15/2024
34.0.1 10 12/11/2024
33.1.1 10 12/15/2024
33.0.2 11 12/12/2024
33.0.1 9 12/10/2024
32.1.1 11 12/26/2024
32.0.2 17 12/14/2022
32.0.1 14 12/26/2024
31.0.3 12 12/13/2024
30.0.4 11 12/13/2024
30.0.1-beta-4 13 12/17/2024
30.0.1-beta-3 9 12/08/2024
30.0.1-beta-2 12 12/26/2024
30.0.1-beta-1 13 12/23/2024
29.0.2 13 12/12/2024
29.0.1 11 12/15/2024
28.4.4 12 12/20/2024
28.4.3 13 12/26/2024
28.4.2 8 12/29/2024
28.4.1 12 11/23/2024
28.3.2 14 12/26/2024
28.3.1 9 11/23/2024
28.2.1 10 12/26/2024
28.1.1 12 12/12/2024
28.0.3 11 12/11/2024
28.0.2 13 12/15/2024
28.0.1 15 12/26/2024
27.0.1 9 12/12/2024
26.0.2 10 12/26/2024
26.0.1 13 12/26/2024
25.0.4 11 11/23/2024
25.0.3 11 11/23/2024
25.0.2 11 12/23/2024
25.0.1 11 12/12/2024
24.3.1 11 12/26/2024
24.3.0 15 12/12/2024
24.2.0 10 11/06/2024
23.0.2 11 12/30/2024
22.3.2 13 12/11/2024
22.3.1 9 12/12/2024
22.2.1 14 12/16/2024
22.1.4 14 12/26/2024
22.1.3 11 12/15/2024
22.1.2 11 11/26/2024
22.1.1 10 12/15/2024
22.0.9 11 12/20/2024
22.0.8 10 12/26/2024
22.0.7 15 12/29/2024
22.0.6 11 12/19/2024
22.0.5 15 11/24/2024
22.0.3 9 12/12/2024
22.0.2 11 11/23/2024
22.0.1 10 12/12/2024
21.0.5 13 12/26/2024
21.0.4 10 12/11/2024
21.0.2 13 11/23/2024
20.0.2 14 11/21/2024
20.0.1 11 12/16/2024
19.0.2 10 12/24/2024
18.0.2 11 11/23/2024
18.0.1 10 11/24/2024
17.0.1 9 12/12/2024
16.0.3 9 11/24/2024
16.0.2 10 12/12/2024
15.0.7 9 12/13/2024
15.0.6 9 12/26/2024
15.0.5 10 12/11/2024
15.0.3 12 11/23/2024
15.0.1 13 12/06/2024
12.0.1 9 12/12/2024
11.0.5 12 11/18/2024
11.0.4 11 12/24/2024
11.0.3 12 12/12/2024
11.0.2 10 12/17/2024
11.0.1 11 12/26/2024
10.0.1 11 12/26/2024
9.0.2 12 11/20/2024
9.0.1 11 12/16/2024
8.0.4 12 11/23/2024
8.0.3 12 11/29/2024
8.0.2 12 11/29/2024
8.0.1 12 12/30/2024
8.0.1-beta-1 11 12/12/2024
7.1.7 13 12/12/2024
7.1.6 10 12/29/2024
7.1.5 8 01/02/2025
7.1.4 15 12/26/2024
7.1.3 11 12/15/2024
7.1.3-beta-1 12 12/15/2024
7.1.2 12 12/15/2024
7.1.2-beta-1 11 12/08/2024
7.1.1 12 12/11/2024
7.1.1-beta-1 9 12/11/2024
6.1.1 9 12/13/2024
6.1.1-beta-1 15 11/19/2024
5.1.1-beta-3 10 12/23/2024
5.1.1-beta-2 11 12/22/2024
5.1.1-beta-1 11 12/07/2024
5.0.1 12 11/24/2024
5.0.1-beta-2 12 12/26/2024
4.0.1 13 12/15/2024
4.0.1-beta-1 9 12/11/2024
3.0.6 14 12/16/2024
3.0.6-beta-1 11 12/17/2024
3.0.5 9 12/11/2024
3.0.5-beta-4 10 12/17/2024
3.0.5-beta-3 10 12/11/2024
3.0.5-beta-2 10 11/08/2024
3.0.4 11 12/17/2024
3.0.3 9 12/26/2024
3.0.2 12 12/17/2024
3.0.1 10 12/19/2024
3.0.0.3 11 12/13/2024
3.0.0.2 0 07/12/2015
3.0.0.1 0 07/12/2015
2.1.5.2 0 06/22/2015
2.1.5.1 0 06/11/2015
2.1.4.2 0 06/11/2015
2.1.4.1 15 12/16/2024
2.1.4 12 12/12/2024