Bogus VS faker-cs

Compare Bogus vs faker-cs and see what are their differences.

Bogus

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

faker-cs

C# port of the Ruby Faker gem (http://faker.rubyforge.org/) (by slashdotdash)
ReSharper is now available in VS Code and Cursor
ReSharper brings a professional toolset for C# developers backed by over 20 years of experience, enterprise-grade security, SOC 2 compliance, and the trust of companies worldwide.
www.jetbrains.com
featured
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
Bogus faker-cs
36 1
9,689 236
0.4% -
7.6 10.0
6 months ago almost 8 years ago
C# C#
GNU General Public License v3.0 or later MIT License
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.

Bogus

Posts with mentions or reviews of Bogus. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2026-04-21.
  • .NET Reflection Performance: CSV Export Benchmarks (Part 2)
    2 projects | dev.to | 21 Apr 2026
    Data for every property is generated using Bogus library which is a simple fake data generator for .NET.
  • High-performance backend scripting for .NET
    6 projects | dev.to | 2 Feb 2026
    Bogus for creating mock data.
  • One... Two... Testing
    7 projects | dev.to | 13 Sep 2025
    Check out tests/server/FunParkHedgehog/HedgehogGenerators.fs. To grok the file, you need to know that Bogus is an F# implementation of the great Ruby Faker gem - a library for creating plausible-sounding values in a variety of domains.
  • Why I moved from AutoFixture to Bogus for test data generation for C#/xUnit tests
    2 projects | dev.to | 5 Jul 2025
    AutoFixture and Bogus are both well-known libraries for generating test data in C# tests. AutoFixture is, well, dated whereas Bogus is state of the art.
  • Iterations
    3 projects | dev.to | 22 Dec 2024
    Code which uses Bogus NuGet package for random data.
  • Effective Strategies for Writing Unit Tests with External Dependencies like Databases and APIs
    6 projects | dev.to | 14 Nov 2024
    Sometimes, especially when testing data-driven applications, it is important to simulate a wide variety of inputs and conditions. One of the best ways to achieve this is by using fake data generators. Tools like Faker (Python) or Bogus (C#) allow you to generate large volumes of realistic but random data. This is particularly useful when you need to test how your code handles various types of data (such as user information, addresses, or product details) without relying on real data.
  • Storing passwords safely (C#)
    2 projects | dev.to | 3 Nov 2024
    In the project AdminApplication (Windows forms) done cheaply using NuGet package Bogus to generate users.
  • Bogus DateOnly/TimeOnly
    4 projects | dev.to | 8 Sep 2024
    Bogus NuGet package data generator provides methods to work with DateOnly and TimeOnly that are not documented, learn these methods using an ASP.NET Core project and class project.
  • ASP.NET Core Integration Testing Best Practises
    2 projects | dev.to | 6 Aug 2024
    For assertions inside tests, I recommend using FluentAssertions Library. And if you want to generate some fake data for your tests, I recommend using Bogus.
  • Bogus custom Dataset
    2 projects | dev.to | 6 Jan 2024
    Bogus NuGet package is fake data generator which can be helpful for populating tables in a database and testing purposes. If a database is not used and Bogus populates list of data each time an application runs, the data is random, never the same. Also, the random data generated by Bogus may not meet a developer’s requirements.

faker-cs

Posts with mentions or reviews of faker-cs. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2021-10-02.

What are some alternatives?

When comparing Bogus and faker-cs you can also consider the following projects:

AutoFixture - AutoFixture is an open source library for .NET designed to minimize the 'Arrange' phase of your unit tests in order to maximize maintainability. Its primary goal is to allow developers to focus on what is being tested rather than how to setup the test scenario, by making it easier to create object graphs containing test data.

nbuilder - Rapid generation of test objects in .NET

NSubstitute - A friendly substitute for .NET mocking libraries.

CacheManager - CacheManager is an open source caching abstraction layer for .NET written in C#. It supports various cache providers and implements many advanced features.

Moq - Repo for managing Moq 4.x [Moved to: https://github.com/moq/moq]

unit-test - Estudos sobre Testes unitários

ReSharper is now available in VS Code and Cursor
ReSharper brings a professional toolset for C# developers backed by over 20 years of experience, enterprise-grade security, SOC 2 compliance, and the trust of companies worldwide.
www.jetbrains.com
featured
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured

Did you know that C# is
the 11th most popular programming language
based on number of references?