Bogus 7.1.3-beta-1

Prefix Reserved
This is a prerelease version of Bogus.
There is a newer version of this package available.
See the version list below for details.
dotnet add package Bogus --version 7.1.3-beta-1
                    
NuGet\Install-Package Bogus -Version 7.1.3-beta-1
                    
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="7.1.3-beta-1" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="Bogus" Version="7.1.3-beta-1" />
                    
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 7.1.3-beta-1
                    
#r "nuget: Bogus, 7.1.3-beta-1"
                    
#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.
#addin nuget:?package=Bogus&version=7.1.3-beta-1&prerelease
                    
Install Bogus as a Cake Addin
#tool nuget:?package=Bogus&version=7.1.3-beta-1&prerelease
                    
Install Bogus 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 it to create and load databases and UIs with mock up data. 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 was computed.  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. 
.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 was computed.  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 (172)

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 (130)

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

Repository Stars
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.
bchavez/Bogus
:card_index: A simple fake data generator for C#, F#, and VB.NET. Based on and ported from the famed faker.js.
elsa-workflows/elsa-core
A .NET workflows library
graphql-dotnet/graphql-dotnet
GraphQL for .NET
kurrent-io/EventStore
EventStoreDB, the event-native database. Designed for Event Sourcing, Event-Driven, and Microservices architectures
ServiceStack/ServiceStack
Thoughtfully architected, obscenely fast, thoroughly enjoyable web services for all
FastEndpoints/FastEndpoints
A light-weight REST API development framework for ASP.NET 8 and newer.
umbraco/Umbraco-CMS
Umbraco is a free and open source .NET content management system helping you deliver delightful digital experiences.
fluentassertions/fluentassertions
A very extensive set of extension methods that allow you to more naturally specify the expected outcome of a TDD or BDD-style unit tests. Targets .NET Framework 4.7, as well as .NET Core 2.1, .NET Core 3.0, .NET 6, .NET Standard 2.0 and 2.1. Supports the unit test frameworks MSTest2, NUnit3, XUnit2, MSpec, and NSpec3.
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
oskardudycz/EventSourcing.NetCore
Examples and Tutorials of Event Sourcing in .NET
dotnet/samples
Sample code referenced by the .NET documentation
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)
vietnam-devs/coolstore-microservices
A full-stack .NET microservices build on Dapr and Tye
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.
SubnauticaNitrox/Nitrox
An open-source, multiplayer modification for the game Subnautica.
reactivemarbles/DynamicData
Reactive collections based on Rx.Net
Version Downloads Last updated
35.6.2 1,055,268 2/21/2025
35.6.1 7,080,615 9/2/2024
35.6.0 2,018,967 7/19/2024
35.5.1 4,159,757 4/28/2024
35.5.0 2,916,398 3/9/2024
35.4.1 390,518 3/2/2024
35.4.0 3,034,391 1/14/2024
35.3.2 8,585 1/14/2024
35.3.1 17,033 1/13/2024
35.3.0 638,947 1/1/2024
35.2.0 151,185 12/26/2023
35.0.1 558,195 12/12/2023
34.0.2 32,707,519 3/27/2022
34.0.1 4,943,543 11/23/2021
33.1.1 3,194,334 8/29/2021
33.0.2 7,655,629 2/21/2021
33.0.1 399,746 2/7/2021
32.1.1 221,027 1/31/2021
32.0.2 2,191,258 12/12/2020
32.0.1 739,896 11/28/2020
31.0.3 12,296,748 10/4/2020
30.0.4 838,816 8/15/2020
30.0.1-beta-4 17,553 7/24/2020
30.0.1-beta-3 15,755 6/30/2020
30.0.1-beta-2 5,425 6/21/2020
30.0.1-beta-1 8,041 6/15/2020
29.0.2 5,098,008 4/11/2020
29.0.1 1,652,165 2/10/2020
28.4.4 2,494,242 12/10/2019
28.4.3 323,406 12/4/2019
28.4.2 23,642 11/30/2019
28.4.1 1,232,645 10/15/2019
28.3.2 261,269 10/4/2019
28.3.1 179,121 9/21/2019
28.2.1 607,897 9/10/2019
28.1.1 7,414 9/10/2019
28.0.3 254,743 8/28/2019
28.0.2 1,277,655 7/7/2019
28.0.1 60,259 7/2/2019
27.0.1 1,238,652 5/2/2019
26.0.2 456,278 3/22/2019
26.0.1 744,717 2/26/2019
25.0.4 532,922 1/18/2019
25.0.3 128,210 1/6/2019
25.0.2 240,030 12/11/2018
25.0.1 122,084 11/27/2018
24.3.1 204,531 11/3/2018
24.3.0 522,457 10/2/2018
24.2.0 57,017 9/27/2018
23.0.2 192,440 8/13/2018
22.3.2 167,207 7/18/2018
22.3.1 119,780 7/5/2018
22.2.1 29,003 6/29/2018
22.1.4 33,282 6/26/2018
22.1.3 66,534 6/14/2018
22.1.2 327,718 5/29/2018
22.1.1 37,960 5/21/2018
22.0.9 6,617 5/17/2018
22.0.8 415,870 4/10/2018
22.0.7 57,658 4/1/2018
22.0.6 9,704 3/29/2018
22.0.5 150,305 3/3/2018
22.0.3 19,606 2/27/2018
22.0.2 177,483 1/6/2018
22.0.1 56,736 12/23/2017
21.0.5 13,065 12/16/2017
21.0.4 32,064 12/13/2017
21.0.2 20,415 12/8/2017
20.0.2 137,021 11/6/2017
20.0.1 8,347 11/5/2017
19.0.2 54,533 11/1/2017
18.0.2 139,913 9/14/2017
18.0.1 15,844 9/13/2017
17.0.1 80,120 8/25/2017
16.0.3 14,572 8/24/2017
16.0.2 7,747 8/23/2017
15.0.7 8,745 8/21/2017
15.0.6 30,298 8/3/2017
15.0.5 8,546 7/28/2017
15.0.3 256,320 5/7/2017
15.0.1 36,787 4/11/2017
12.0.1 15,777 3/27/2017
11.0.5 14,202 3/20/2017
11.0.4 33,071 3/15/2017
11.0.3 10,328 3/13/2017
11.0.2 56,147 2/23/2017
11.0.1 5,052 2/21/2017
10.0.1 5,031 2/18/2017
9.0.2 25,621 1/19/2017
9.0.1 4,506 1/18/2017
8.0.4 4,834 1/17/2017
8.0.3 39,805 12/20/2016
8.0.2 12,898 12/7/2016
8.0.1 15,196 11/25/2016
8.0.1-beta-1 23,624 10/22/2016
7.1.7 81,686 10/11/2016
7.1.6 45,121 8/8/2016
7.1.5 8,897 7/27/2016
7.1.4 7,848 7/7/2016
7.1.3 49,201 6/28/2016
7.1.3-beta-1 3,973 5/20/2016
7.1.2 44,061 5/16/2016
7.1.2-beta-1 4,042 5/16/2016
7.1.1 4,427 5/15/2016
7.1.1-beta-1 3,897 5/15/2016
6.1.1 10,089 3/30/2016
6.1.1-beta-1 4,138 3/29/2016
5.1.1-beta-3 4,034 3/23/2016
5.1.1-beta-2 4,400 3/22/2016
5.1.1-beta-1 4,105 3/21/2016
5.0.1 18,465 2/25/2016
5.0.1-beta-2 4,232 2/25/2016
4.0.1 4,717 2/16/2016
4.0.1-beta-1 3,953 2/16/2016
3.0.6 6,479 1/21/2016
3.0.6-beta-1 3,956 1/21/2016
3.0.5 8,695 1/21/2016
3.0.5-beta-4 3,866 1/20/2016
3.0.5-beta-3 3,941 1/18/2016
3.0.5-beta-2 5,122 1/12/2016
3.0.4 5,264 12/10/2015
3.0.3 4,302 12/9/2015
3.0.2 4,512 11/24/2015
3.0.1 4,909 10/22/2015
3.0.0.3 5,230 7/21/2015
3.0.0.2 6,275 7/12/2015
3.0.0.1 25,084 7/12/2015
2.1.5.2 4,813 6/22/2015
2.1.5.1 4,386 6/11/2015
2.1.4.2 4,435 6/11/2015
2.1.4.1 4,423 6/10/2015
2.1.4 64,199 6/9/2015

## v7.1.3-beta-1
* Compatibility with .NET Standard 1.3 and .NET Core RC2.

## v7.1.2
* Roll-up Release for .NET Framework since last non-beta release.
* CoreCLR users please continue using latest beta release until CoreCLR is RTM.

## v7.1.2-beta-1
* Clamp Randomizer maximum value to int.MaxValue.

## v7.1.1
* Roll-up Release for .NET Framework since last non-beta release.
* CoreCLR users please continue using latest beta release until CoreCLR is RTM.

## v7.1.1-beta-1
* Locale update
* Date.Recent(0) generates random times for current date between midnight and now.
* New `System` data set for generating fake file names and mime-types.
* Added `Date.Timespan` for random timespan values.
* Added `System.Semver` for random semantic versions.
* Added `System.Version` for random System.Version objects.
* Added `Internet.ExampleEmail` for simple @example.com email generation.
* Added `Finance.BitcoinAddress` for random bitcoin addresses.
* BREAKING: Fake "seeded" data generated by Bogus may be different from previous versions.
* WARN: Address.City may have changed in some random seeds


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