BuilderGenerator 3.0.2-alpha

This is a prerelease version of BuilderGenerator.
There is a newer version of this package available.
See the version list below for details.
dotnet add package BuilderGenerator --version 3.0.2-alpha
                    
NuGet\Install-Package BuilderGenerator -Version 3.0.2-alpha
                    
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="BuilderGenerator" Version="3.0.2-alpha" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="BuilderGenerator" Version="3.0.2-alpha" />
                    
Directory.Packages.props
<PackageReference Include="BuilderGenerator" />
                    
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 BuilderGenerator --version 3.0.2-alpha
                    
#r "nuget: BuilderGenerator, 3.0.2-alpha"
                    
#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 BuilderGenerator@3.0.2-alpha
                    
#: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=BuilderGenerator&version=3.0.2-alpha&prerelease
                    
Install as a Cake Addin
#tool nuget:?package=BuilderGenerator&version=3.0.2-alpha&prerelease
                    
Install as a Cake Tool

Builder Generator

This is a .Net Source Generator designed to add "Builders" to your projects. Builders are an object creation pattern, similar to the Object Mother pattern. Object Mothers and Builders are most commonly used to create objects for testing, but they can be used anywhere you want "canned" objects.

For more complete documentation, please see the documentation site or the GitHub project page.

There are no supported framework assets in this package.

Learn more about Target Frameworks and .NET Standard.

NuGet packages (1)

Showing the top 1 NuGet packages that depend on BuilderGenerator:

Package Downloads
Olve.Utilities

Various pieces of utility

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last Updated
3.1.0 4,535 3/9/2025
3.0.5 6,706 2/12/2025
3.0.5-alpha 109 2/2/2025
3.0.4-alpha 106 2/2/2025
3.0.2-alpha 111 2/1/2025
3.0.1-alpha 97 2/1/2025
2.4.0-alpha 345 1/14/2024
2.3.0 90,439 5/27/2023
2.2.0 1,524 4/23/2023
2.1.0 21,478 8/9/2022
2.0.7 10,573 8/7/2022
2.0.6 444 8/4/2022
2.0.5 486 8/1/2022
2.0.3 9,618 11/30/2021
2.0.2 569 11/30/2021
1.2.0 525 10/31/2021
0.1.5 704 2/20/2021
0.1.4 676 2/20/2021
0.1.3 713 2/15/2021

v3.0.1-alpha
     - Dropped integration tests for .NET 6 and 7
     - Properties marked as Obsolete are ignored by the Builders
     - The "Object" property is now named for the Builder's target class