Bogus 35.6.3

Prefix Reserved
dotnet add package Bogus --version 35.6.3
                    
NuGet\Install-Package Bogus -Version 35.6.3
                    
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="Bogus" Version="35.6.3" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="Bogus" Version="35.6.3" />
                    
Directory.Packages.props
<PackageReference Include="Bogus" />
                    
Project file
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version the package.
paket add Bogus --version 35.6.3
                    
#r "nuget: Bogus, 35.6.3"
                    
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
#:package Bogus@35.6.3
                    
#:package directive can be used in C# file-based apps starting in .NET 10 preview 4. Copy this into a .cs file before any lines of code to reference the package.
#addin nuget:?package=Bogus&version=35.6.3
                    
Install as a Cake Addin
#tool nuget:?package=Bogus&version=35.6.3
                    
Install as a Cake Tool

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.

Product Compatible and additional computed target framework versions.
.NET net5.0 was computed.  net5.0-windows was computed.  net6.0 is compatible.  net6.0-android was computed.  net6.0-ios was computed.  net6.0-maccatalyst was computed.  net6.0-macos was computed.  net6.0-tvos was computed.  net6.0-windows was computed.  net7.0 was computed.  net7.0-android was computed.  net7.0-ios was computed.  net7.0-maccatalyst was computed.  net7.0-macos was computed.  net7.0-tvos was computed.  net7.0-windows was computed.  net8.0 was computed.  net8.0-android was computed.  net8.0-browser was computed.  net8.0-ios was computed.  net8.0-maccatalyst was computed.  net8.0-macos was computed.  net8.0-tvos was computed.  net8.0-windows was computed.  net9.0 was computed.  net9.0-android was computed.  net9.0-browser was computed.  net9.0-ios was computed.  net9.0-maccatalyst was computed.  net9.0-macos was computed.  net9.0-tvos was computed.  net9.0-windows was computed.  net10.0 was computed.  net10.0-android was computed.  net10.0-browser was computed.  net10.0-ios was computed.  net10.0-maccatalyst was computed.  net10.0-macos was computed.  net10.0-tvos was computed.  net10.0-windows was computed. 
.NET Core netcoreapp1.0 was computed.  netcoreapp1.1 was computed.  netcoreapp2.0 was computed.  netcoreapp2.1 was computed.  netcoreapp2.2 was computed.  netcoreapp3.0 was computed.  netcoreapp3.1 was computed. 
.NET Standard netstandard1.3 is compatible.  netstandard1.4 was computed.  netstandard1.5 was computed.  netstandard1.6 was computed.  netstandard2.0 is compatible.  netstandard2.1 was computed. 
.NET Framework net40 is compatible.  net403 was computed.  net45 was computed.  net451 was computed.  net452 was computed.  net46 was computed.  net461 was computed.  net462 was computed.  net463 was computed.  net47 was computed.  net471 was computed.  net472 was computed.  net48 was computed.  net481 was computed. 
MonoAndroid monoandroid was computed. 
MonoMac monomac was computed. 
MonoTouch monotouch was computed. 
Tizen tizen30 was computed.  tizen40 was computed.  tizen60 was computed. 
Universal Windows Platform uap was computed.  uap10.0 was computed. 
Xamarin.iOS xamarinios was computed. 
Xamarin.Mac xamarinmac was computed. 
Xamarin.TVOS xamarintvos was computed. 
Xamarin.WatchOS xamarinwatchos was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages (184)

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

FunFair.Test.Common

FunFair Common Test Infrastructure for building xUnit tests on top of.

Reo.Core.Testing

Package Description

NodaTime.Bogus

Add support for NodaTime https://nodatime.org/ to Bogus https://github.com/bchavez/Bogus

GitHub repositories (142)

Showing the top 20 popular GitHub repositories that depend on Bogus:

Repository Stars
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
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.
FastEndpoints/FastEndpoints
A light-weight REST API development framework for ASP.NET 8 and newer.
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.
elastic/elasticsearch-net
This strongly-typed, client library enables working with Elasticsearch. It is the official client maintained and supported by Elastic.
dotnet/samples
Sample code referenced by the .NET documentation
skoruba/IdentityServer4.Admin
The administration for the IdentityServer4 and Asp.Net Core Identity
oskardudycz/EventSourcing.NetCore
Examples and Tutorials of Event Sourcing in .NET
Megabit/Blazorise
Blazorise is a component library built on top of Blazor with support for CSS frameworks like Bootstrap, Tailwind, Bulma, AntDesign, and Material.
JasperFx/marten
.NET Transactional Document DB and Event Store on PostgreSQL
chromelyapps/Chromely
Build Cross Platform HTML Desktop Apps on .NET using native GUI, HTML5, JavaScript, CSS, Owin, AspNetCore (MVC, RazorPages, Blazor)
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.
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.
reactivemarbles/DynamicData
Reactive collections based on Rx.Net
Windows-XAML/Template10
Making Windows 10 apps great again
Version Downloads Last Updated
35.6.3 4,543,912 4/12/2025
35.6.2 2,806,616 2/21/2025
35.6.1 10,517,555 9/2/2024
35.6.0 2,809,544 7/19/2024
35.5.1 5,212,225 4/28/2024
35.5.0 3,728,311 3/9/2024
35.4.1 462,346 3/2/2024
35.4.0 3,592,016 1/14/2024
35.3.2 10,666 1/14/2024
35.3.1 19,359 1/13/2024
35.3.0 720,464 1/1/2024
35.2.0 176,347 12/26/2023
35.0.1 651,716 12/12/2023
34.0.2 36,388,078 3/27/2022
34.0.1 5,236,134 11/23/2021
33.1.1 3,322,592 8/29/2021
33.0.2 7,978,781 2/21/2021
33.0.1 411,772 2/7/2021
32.1.1 227,292 1/31/2021
32.0.2 2,258,620 12/12/2020
32.0.1 775,930 11/28/2020
31.0.3 14,384,149 10/4/2020
30.0.4 867,208 8/15/2020
30.0.1-beta-4 20,367 7/24/2020
30.0.1-beta-3 15,890 6/30/2020
30.0.1-beta-2 5,548 6/21/2020
30.0.1-beta-1 8,453 6/15/2020
29.0.2 5,238,434 4/11/2020
29.0.1 1,704,481 2/10/2020
28.4.4 2,609,981 12/10/2019
28.4.3 344,868 12/4/2019
28.4.2 23,931 11/30/2019
28.4.1 1,265,180 10/15/2019
28.3.2 263,774 10/4/2019
28.3.1 183,572 9/21/2019
28.2.1 631,911 9/10/2019
28.1.1 7,559 9/10/2019
28.0.3 274,249 8/28/2019
28.0.2 1,325,368 7/7/2019
28.0.1 61,017 7/2/2019
27.0.1 1,255,732 5/2/2019
26.0.2 472,235 3/22/2019
26.0.1 857,504 2/26/2019
25.0.4 546,490 1/18/2019
25.0.3 129,900 1/6/2019
25.0.2 245,280 12/11/2018
25.0.1 124,628 11/27/2018
24.3.1 210,474 11/3/2018
24.3.0 532,179 10/2/2018
24.2.0 57,461 9/27/2018
23.0.2 196,829 8/13/2018
22.3.2 168,216 7/18/2018
22.3.1 121,563 7/5/2018
22.2.1 30,526 6/29/2018
22.1.4 34,391 6/26/2018
22.1.3 70,070 6/14/2018
22.1.2 348,299 5/29/2018
22.1.1 38,895 5/21/2018
22.0.9 6,940 5/17/2018
22.0.8 421,354 4/10/2018
22.0.7 58,761 4/1/2018
22.0.6 10,635 3/29/2018
22.0.5 152,411 3/3/2018
22.0.3 20,143 2/27/2018
22.0.2 180,565 1/6/2018
22.0.1 57,335 12/23/2017
21.0.5 13,380 12/16/2017
21.0.4 33,663 12/13/2017
21.0.2 21,266 12/8/2017
20.0.2 140,705 11/6/2017
20.0.1 8,673 11/5/2017
19.0.2 60,262 11/1/2017
18.0.2 142,447 9/14/2017
18.0.1 16,086 9/13/2017
17.0.1 80,542 8/25/2017
16.0.3 14,824 8/24/2017
16.0.2 8,031 8/23/2017
15.0.7 8,975 8/21/2017
15.0.6 31,469 8/3/2017
15.0.5 8,780 7/28/2017
15.0.3 259,905 5/7/2017
15.0.1 37,058 4/11/2017
12.0.1 16,113 3/27/2017
11.0.5 14,650 3/20/2017
11.0.4 33,574 3/15/2017
11.0.3 10,885 3/13/2017
11.0.2 57,664 2/23/2017
11.0.1 5,292 2/21/2017
10.0.1 5,262 2/18/2017
9.0.2 26,121 1/19/2017
9.0.1 4,753 1/18/2017
8.0.4 5,207 1/17/2017
8.0.3 40,139 12/20/2016
8.0.2 13,240 12/7/2016
8.0.1 15,448 11/25/2016
8.0.1-beta-1 23,959 10/22/2016
7.1.7 82,620 10/11/2016
7.1.6 45,456 8/8/2016
7.1.5 9,187 7/27/2016
7.1.4 8,081 7/7/2016
7.1.3 57,910 6/28/2016
7.1.3-beta-1 4,234 5/20/2016
7.1.2 44,696 5/16/2016
7.1.2-beta-1 4,268 5/16/2016
7.1.1 4,677 5/15/2016
7.1.1-beta-1 4,113 5/15/2016
6.1.1 10,443 3/30/2016
6.1.1-beta-1 4,376 3/29/2016
5.1.1-beta-3 4,265 3/23/2016
5.1.1-beta-2 4,614 3/22/2016
5.1.1-beta-1 4,329 3/21/2016
5.0.1 22,802 2/25/2016
5.0.1-beta-2 4,460 2/25/2016
4.0.1 4,956 2/16/2016
4.0.1-beta-1 4,170 2/16/2016
3.0.6 6,724 1/21/2016
3.0.6-beta-1 4,178 1/21/2016
3.0.5 8,933 1/21/2016
3.0.5-beta-4 4,088 1/20/2016
3.0.5-beta-3 4,149 1/18/2016
3.0.5-beta-2 5,344 1/12/2016
3.0.4 5,578 12/10/2015
3.0.3 4,571 12/9/2015
3.0.2 4,748 11/24/2015
3.0.1 5,148 10/22/2015
3.0.0.3 5,490 7/21/2015
3.0.0.2 6,599 7/12/2015
3.0.0.1 25,334 7/12/2015
2.1.5.2 5,042 6/22/2015
2.1.5.1 4,620 6/11/2015
2.1.4.2 4,676 6/11/2015
2.1.4.1 4,662 6/10/2015
2.1.4 86,995 6/9/2015

## 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!

## v35.6.0
Release Date: 2024-04-27
* PR 556: Remove obsolete/non-working LoremPixel image service. `Images.LoremPixelUrl()` is removed. Thanks @marijnz0r!
* PR 557: Added `Bogus.Extensions.Belgium` extension methods below. Thanks @vyruz1986!
* Added `f.Person.NationalNumber()` - Rijksregisternummer / Numéro Nationale

## v35.5.1
Release Date: 2024-04-27
* PR 538: Fixes Invalid Costa Rica IBAN format. Thanks @dangerman!


Full History Here: https://github.com/bchavez/Bogus/blob/master/HISTORY.md