Bogus 35.6.5
Prefix Reserveddotnet add package Bogus --version 35.6.5
NuGet\Install-Package Bogus -Version 35.6.5
<PackageReference Include="Bogus" Version="35.6.5" />
<PackageVersion Include="Bogus" Version="35.6.5" />
<PackageReference Include="Bogus" />
paket add Bogus --version 35.6.5
#r "nuget: Bogus, 35.6.5"
#:package Bogus@35.6.5
#addin nuget:?package=Bogus&version=35.6.5
#tool nuget:?package=Bogus&version=35.6.5
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.
-
.NETFramework 4.0
- No dependencies.
-
.NETStandard 1.3
- NETStandard.Library (>= 1.6.1)
- System.Globalization.Extensions (>= 4.3.0)
- System.Reflection.TypeExtensions (>= 4.3.0)
-
.NETStandard 2.0
- No dependencies.
-
net6.0
- No dependencies.
NuGet packages (354)
Showing the top 5 NuGet packages that depend on Bogus:
| Package | Downloads |
|---|---|
|
AutoBogus
A C# library complementing the Bogus generator by adding auto creation and population capabilities. |
|
|
Soenneker.Utils.AutoBogus
The .NET Bogus autogenerator |
|
|
Reo.Core.Testing
Package Description |
|
|
FunFair.Test.Common
FunFair Common Test Infrastructure for building xUnit tests on top of. |
|
|
NodaTime.Bogus
Add support for NodaTime https://nodatime.org/ to Bogus https://github.com/bchavez/Bogus |
GitHub repositories (160)
Showing the top 20 popular GitHub repositories that depend on Bogus:
| Repository | Stars |
|---|---|
|
bitwarden/server
Bitwarden infrastructure/backend (API, database, Docker, etc).
|
|
|
ppy/osu
rhythm is just a *click* away!
|
|
|
cefsharp/CefSharp
.NET (WPF and Windows Forms) bindings for the Chromium Embedded Framework
|
|
|
FluentValidation/FluentValidation
A popular .NET validation library for building strongly-typed validation rules.
|
|
|
graphql-dotnet/graphql-dotnet
GraphQL for .NET
|
|
|
FastEndpoints/FastEndpoints
A light-weight REST API development framework for ASP.NET 8 and newer.
|
|
|
kurrent-io/KurrentDB
KurrentDB is a database that's engineered for modern software applications and event-driven architectures. Its event-native design simplifies data modeling and preserves data integrity while the integrated streaming engine solves distributed messaging challenges and ensures data consistency.
|
|
|
ServiceStack/ServiceStack
Thoughtfully architected, obscenely fast, thoroughly enjoyable web services for all
|
|
|
umbraco/Umbraco-CMS
Umbraco is a free and open source .NET content management system helping you deliver delightful digital experiences.
|
|
|
dotnet/samples
Sample code referenced by the .NET documentation
|
|
|
oskardudycz/EventSourcing.NetCore
Examples and Tutorials of Event Sourcing in .NET
|
|
|
elastic/elasticsearch-net
This strongly-typed, client library enables working with Elasticsearch. It is the official client maintained and supported by Elastic.
|
|
|
skoruba/IdentityServer4.Admin
The administration for the IdentityServer4 and Asp.Net Core Identity
|
|
|
Megabit/Blazorise
Blazorise is a component library built on top of Blazor with support for CSS frameworks like Bootstrap, Tailwind, Bulma, AntDesign, and Material.
|
|
|
evolutionary-architecture/evolutionary-architecture-by-example
Navigate the complex landscape of .NET software architecture with our step-by-step, story-like guide. Unpack the interplay between modular monoliths, microservices, domain-driven design, and various architectural patterns. Go beyond the one-size-fits-all solutions and understand how to blend these approaches based on your unique needs.
|
|
|
JasperFx/marten
.NET Transactional Document DB and Event Store on PostgreSQL
|
|
|
ChangemakerStudios/Papercut-SMTP
Papercut SMTP -- The Simple Desktop Email Server
|
|
|
chromelyapps/Chromely
Build Cross Platform HTML Desktop Apps on .NET using native GUI, HTML5, JavaScript, CSS, Owin, AspNetCore (MVC, RazorPages, Blazor)
|
|
|
vietnam-devs/coolstore-microservices
A full-stack .NET microservices build on Dapr and Tye
|
|
|
SubnauticaNitrox/Nitrox
An open-source, multiplayer modification for the game Subnautica.
|
## v35.6.5
Release Date: 2025-10-25
* PR 622: Adds music and vehicle faker classes to parse method and unit tests. Thanks Perks-of-Being-a-Cauliflower!
## v35.6.4
Release Date: 2025-09-25
* PR 614: Adds Extension Method to generate Iranian National Numbers. Thanks @amirh-p!
* PR 607, 617, 618, 616, 615: General code improvements. Thanks @SimonCropp!
* Issue 619 and PR 620: Replaced defunct Placeholder.com with placehold.co. Image.PlaceholderUrl should work again. Thanks mahmmoudkinawy!
## v35.6.3
Release Date: 2025-04-12
* Issue 601: Fixes `Internet.Avatar()` URL generation. Moves from Cloudflare IPFS to IPFS.io.
* Fixed broken checksum calculation test in `BelgianExtensionTests`.
* .NET SDK 9 now required for builds. Various C# improvements and modernizations. Thanks @SimonCropp!
## v35.6.2
Release Date: 2025-02-20
* PR 584: Pack LICENSE file with NuGet package. Also, use ProjectIcon.
* Issue 581: Fix `Randomizer.ULong()` arithmetic overflow. Thanks @reuterma24!
* PR 586: Use .NET 9 SDK build tooling. Thanks @SimonCropp!
* PR 587: Fix CS1584 incorrect use of cref in XML doc comment. Thanks @SimonCropp!
* PR 589: Unlock ability to use any .NET SDK build tooling on AppVeyor. Thanks @SimonCropp!
## v35.6.1
Release Date: 2024-09-02
* PR 560: Ensure Belgian National Numbers has padded checksum. Thanks @vyruz1986!
Full History Here: https://github.com/bchavez/Bogus/blob/master/HISTORY.md
