Bogus 20.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.

v20.0.1

  • Added Faker<T>.Clone(): Clones internal state of a Faker<T> and allows for complex faking scenarios and rule combinations.
  • Added Faker<T>.UseSeed(n): Allows you to specify a localized seed value on a Faker<T> instead of a global static Randomizer.Seed.
  • Stronger Seed determinism for multi-threaded scenarios.

v19.0.2

  • Fixed #99: Possible threading issue that can cause System.ArgumentException.

v19.0.1

  • Using new BSON binary data format for locales.
  • Removed dependency on Newtonsoft.Json!
  • Locale Updates -
  • fr: new street address prefixes.
  • fa: new street addresses.
  • pl: removed 2008 value from city.
  • en: new gender first names
  • New Dutch (Belgium) nl_BE locale.
  • New Romanian ro locale.
  • Added f.Finance.RoutingNumber - Generates an ABA routing number with valid check digit.
  • Added Faker.GenerateForever that returns IEnumerable<T> with unlimited generated items when iterated over.
  • Added United Kingdom extension method to generate bank ShortCodes on f.Finance.ShortCode().
  • Re-ordered adjective and buzz in the f.Company.Bs for a correct gramatics.
  • Added f.Address.Direction. Generates cardinal or ordinal directions.
  • Added f.Address.CardinalDirection. Generates "North", "South", etc.
  • Added f.Address.OrdinalDirection. Generates "Northeast", "Southwest", etc.

v18.0.2

  • Issue 86: Removed diacritic mark/accents (á, í, ó, ú, etc) from generated email addresses and user names.
  • Added string.RemoveDiacritics helper method.

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.

Full History Here: https://github.com/bchavez/Bogus/blob/master/HISTORY.md

.NET Framework 4.0

  • No dependencies.

.NET Standard 2.0

  • No dependencies.

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