Bogus 33.1.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 Bogus to create UIs with fake data or seed databases. Get started by using Faker class or a DataSet directly.
Showing the top 20 packages that depend on Bogus.
| Packages | Downloads |
|---|---|
|
KitSys.SanedBuildingBlocks.ServiceContracts
KitSys.SanedBuildingBlocks.ServiceContracts
|
58 |
|
SanedBuildingBlocks
This package built for OIG-Saned
|
50 |
|
SanedBuildingBlocks
This package built for OIG-Saned
|
47 |
|
SanedBuildingBlocks
This package built for OIG-Saned
|
44 |
|
SanedBuildingBlocks
This package built for OIG-Saned
|
40 |
|
SanedBuildingBlocks
This package built for OIG-Saned
|
20 |
|
AutoBogus
A C# library complementing the Bogus generator by adding auto creation and population capabilities.
|
14 |
|
AutoBogus
A C# library complementing the Bogus generator by adding auto creation and population capabilities.
|
13 |
|
AutoBogus
A C# library complementing the Bogus generator by adding auto creation and population capabilities.
|
12 |
## v33.1.1
Release Date: 2021-08-29
* PR 390: Default Binder changed to allow use of private property setters in base classes. Thanks @thomaslevesque!
## v33.0.2
Release Date: 2021-02-21
* PR 359: Add `Bogus.Person.Personnummer()` Swedish national identity number
## v33.0.1
Release Date: 2021-02-07
* Locale data parity with faker-js@5478d65.
* `nep` locale renamed to `ne`.
* `de` locale; `Date` dataset changed.
* `es` locale; gender names added.
* `fr` locale; `Date` dataset changed.
* `nb_NO` locale; gender names added.
* `nl` locale; `Address`, `Commerce`, `Date`, `Hacker`, `Internet` datasets changed; gender names added.
* `pt_BR` locale; gender names added.
* `tr` locale; gender names added.
* `vi` locale; gender names added. `Date`, `Lorem`, datasets changed.
* Added `Internet.Port()`; generate port numbers from 1 to 65535.
## v32.1.1
Release Date: 2021-01-31
* Minor improvements to XML docs.
* Better exception messages around empty collections and empty arrays.
* PR 339: Fix null reference exception when calling StrictMode(true) on Faker<T> with no rules.
* PR 352: Fix first name generation for locales that don't support gender names.
## v32.0.2
Release Date: 2020-12-12
* Issue 342: Use realistic `pt_BR` city names.
Full History Here: https://github.com/bchavez/Bogus/blob/master/HISTORY.md
.NET Framework 4.0
- No dependencies.
.NET Standard 1.3
- NETStandard.Library (>= 1.6.1)
- System.Globalization.Extensions (>= 4.3.0)
- System.Reflection.TypeExtensions (>= 4.3.0)
.NET Standard 2.0
- No dependencies.