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.
<PackageVersion Include="Fabricatr" Version="1.0.0" />
                    
Directory.Packages.props
<PackageReference Include="Fabricatr" />
                    
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 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.
#:package Fabricatr@1.0.0
                    
#: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=Fabricatr&version=1.0.0
                    
Install as a Cake Addin
#tool nuget:?package=Fabricatr&version=1.0.0
                    
Install as a Cake Tool

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.  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. 
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 188 9/21/2024 1.0.0 is deprecated because it is no longer maintained.

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.