Fabricatr 1.0.0

Prefix Reserved
dotnet add package Fabricatr --version 1.0.0                
NuGet\Install-Package Fabricatr -Version 1.0.0                
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="Fabricatr" Version="1.0.0" />                
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Fabricatr --version 1.0.0                
#r "nuget: Fabricatr, 1.0.0"                
#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.
// Install Fabricatr as a Cake Addin
#addin nuget:?package=Fabricatr&version=1.0.0

// Install Fabricatr as a Cake Tool
#tool nuget:?package=Fabricatr&version=1.0.0                

Fabricatr is a modern, high-performance Faker library for .NET 9 and C# 13, designed to simplify the generation of realistic mock data for testing and development. Built on the foundation of Bogus, it delivers an easy-to-use API for creating complex, random data structures with minimal code. Whether you need fake names, addresses, or custom objects, Fabricatr provides seamless integration with the latest .NET technologies, making it the perfect tool for unit testing, data seeding, and automated workflows. Elevate your testing experience with Fabricatr and streamline your development process.

This Project Uses C# 13 and .NET 9
Product Compatible and additional computed target framework versions.
.NET net9.0 is compatible. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.
  • net9.0

NuGet packages

This package is not used by any NuGet packages.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
1.0.0 109 9/21/2024

Fabricatr v1.0.0 - Initial Release

Release Date: [Insert Date]

Features:
Comprehensive Data Generation: Generate realistic mock data for names, addresses, emails, numbers, and more using an intuitive API.
Customizable Faker Profiles: Easily create custom data generators tailored to your specific needs.
.NET 9 & C# 13 Compatibility: Fully compatible with the latest .NET and C# releases, leveraging new language features for enhanced performance.
Seamless Integration: Simple integration with unit testing frameworks and data seeding workflows.
High Performance: Optimized for large-scale data generation tasks with efficient memory and processing management.
Based on Bogus: Built on the proven foundation of the popular Bogus library, with improvements for modern .NET projects.