Bogus icon indicating copy to clipboard operation
Bogus copied to clipboard

:card_index: A simple fake data generator for C#, F#, and VB.NET. Based on and ported from the famed faker.js.

Results 93 Bogus issues
Sort by recently updated
recently updated
newest added

### Version Information | Software | Version(s) | | ------------------------| ---------- | | Bogus NuGet Package | 34.0.2 | | .NET Core? | Yes 6.0 | | .NET Full Framework?...

question

This PR: * Adds a unit test that I'm _pretty sure_ will find a DST window and force a value to generate inside of it. Works on my system, anyway....

### Version Information | Software | Version(s) | | ------------------------| ---------- | | Bogus NuGet Package | 34.0.2 | ### What is the expected behavior? Expected is that Bogus will...

enhancement

@bchavez Promised PR from #334 ➕ Adding features for specifying constructors: `UseConstructor()` and `SkipConstructor()` - UseConstructor() also provide overload for specifying if paremeterless constructor is private/protected U have already discussed...

The last appended random number segment of a VIN could sometimes yield an invalid VIN because the max allowed number value was 100000. This caused the returned VIN to have...

Hi @bchavez! ### Version Information | Software | Version(s) | | ------------------------| ---------- | | Bogus NuGet Package | 34.0.1 | | .NET Core? | .NET 6 SDK 6.0.200 |...

There were three issues with calculating control character for Finnish personal identity code (henkilötunnus). 1. Three-digit part after birthdate was not taken into account when calculating it. 2. Invalid characters...

### Please describe why you are requesting a feature The latest iteration of Faker (v0.17) includes article generator with option to convert it to markdown format. I believe a lot...

enhancement

The UUID that Bogus generates was not RFC compliant which was causing my tests to fail. I was able to workaround the issue by combining both of the solutions from...