dotnet-testing-bogus-fake-data

Community

Generate realistic test data for .NET apps.

Authorkevintsengtw
Version1.0.0
Installs0

System Documentation

What problem does it solve?

This skill provides realistic, ready-to-use test data for .NET applications by leveraging the Bogus library, enabling developers to quickly seed databases, prototype user interfaces, and run robust tests without crafting data manually.

Core Features & Use Cases

  • Realistic multi-type data generation: names, addresses, emails, companies, and more.
  • Seedable and repeatable results for consistent tests across runs.
  • Locale support and diverse data patterns suitable for unit, integration, and UI prototype testing.

Quick Start

Install Bogus into your project and start generating data using Faker<T>. Create a Faker<T> for your model, define RuleFor mappings, and call Generate to produce one or more records. Example: dotnet add package Bogus; var faker = new Faker<Person>().RuleFor(p => p.Name, f => f.Person.FullName); var people = faker.Generate(10);

Dependency Matrix

Required Modules

None required

Components

Standard package

💻 Claude Code Installation

Recommended: Let Claude install automatically. Simply copy and paste the text below to Claude Code.

Please help me install this Skill:
Name: dotnet-testing-bogus-fake-data
Download link: https://github.com/kevintsengtw/dotnet-testing-agent-skills/archive/main.zip#dotnet-testing-bogus-fake-data

Please download this .zip file, extract it, and install it in the .claude/skills/ directory.
View Source Repository

Agent Skills Search Helper

Install a tiny helper to your Agent, search and equip skill from 223,000+ vetted skills library on demand.