bchavez/Bogus

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

View on GitHub ↗Jump to charts ↓

Summary Information

Updated 23 minutes ago
Added to GitGenius on June 22nd, 2026
Created on June 6th, 2015
Open Issues & Pull Requests: 91 (+0)
Number of forks: 540
Total Stargazers: 9,731 (+0)
Total Subscribers: 121 (+0)

Repository Insights (GitGenius)

Median issue/PR response: 2.4 days
Mean response time: 62.2 days
90th percentile: 200.1 days
Tracked items: 34

How this project is maintained

Around half of the issues opened in the past year never receive a reply. 100% of open issues come from outside the core team, so the backlog reflects real-world use rather than internal planning. Only 0% of issues opened in the past year have been closed. Three people close 100% of everything that gets resolved.

Charts & Analytics

Fetching additional details & charts...

Issue Activity (beta)

Open issues: 29
New in 7 days: 0
Closed in 7 days: 0
Avg open age: 577 days
Stale 30+ days: 28
Stale 90+ days: 26

Recent activity

Opened in 7 days: 0
Closed in 7 days: 0
Comments in 7 days: 0
Events in 7 days: 0

Top labels

  • enhancement (9)
  • question (8)
  • future (7)
  • bug (2)
  • dataset-update (2)
  • invalid (2)
  • wontfix (2)
  • duplicate (1)

Most active issues this week

No issue events were indexed in the last 7 days.

Detailed Description

Bogus is a fake data generator library for .NET languages including C#, F#, and VB.NET. It is fundamentally a C# port of the popular faker.js library and draws inspiration from FluentValidation's syntax sugar. The library is designed to help developers load databases, user interfaces, and applications with realistic fake data for testing purposes. It is available as a NuGet package and supports .NET Standard 1.3, .NET Standard 2.0, and .NET Framework 4.0 or higher.

The library provides multiple ways to generate fake data. Users can employ a fluent syntax approach inspired by FluentValidation, use the Faker facade directly, work with DataSets directly, or inherit from Faker<T>. This flexibility allows developers to choose the approach that best fits their coding style and project requirements. The fluent syntax approach is prominently featured in the documentation and examples, making it accessible to developers familiar with FluentValidation's API design patterns.

Bogus supports an extensive array of locales, covering over 40 different language and regional variants including English (with multiple regional variants like en_US, en_GB, en_AU), Spanish, French, German, Chinese, Japanese, Korean, Russian, Portuguese, and many others. The library intelligently defaults to English data sets when locale-specific data is unavailable, ensuring consistent functionality across different language configurations. The project includes a wiki page dedicated to helping contributors create new locales or update existing ones.

The repository shows strong adoption across significant projects and organizations. Notable users include Bitwarden Passwordless Server, Elasticsearch .NET Client (NEST), FluentValidation, Microsoft Windows-XAML Template10, Microsoft Learning resources for Azure Cosmos DB, Office 365 Development Training Content, and Microsoft Teams sample connectors. The project has received recognition from major platforms, including selection as an Amazon AWS .NET Open Source Fund Recipient in October 2024 and features in Microsoft documentation and Microsoft Build presentations.

The project offers both free and premium versions, with Bogus Premium providing additional extensions and superpowers. The maintainer actively encourages community support through GitHub sponsorships and accepts cryptocurrency donations. The library has been featured in multiple podcast episodes of .NET Rocks, YouTube videos, and numerous blog posts from community members, demonstrating its established position in the .NET testing and data generation landscape.