Info
Version: | 35.6.1 |
Author(s): | Brian Chavez |
Last Update: | Monday, September 2, 2024 |
.NET Fiddle: | Online Example |
Project Url: | https://github.com/bchavez/Bogus |
NuGet Url: | https://www.nuget.org/packages/Bogus |
Install
Install-Package Bogus
dotnet add package Bogus
paket add Bogus
Bogus Download (Unzip the "nupkg" after downloading)
Dependencies
.NETFramework 4.0
No dependencies.
- NETStandard.Library(>= 1.6.1)
- System.Globalization.Extensions(>= 4.3.0)
- System.Reflection.TypeExtensions(>= 4.3.0)
No dependencies.
Tags
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.