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.
#addin nuget:?package=BuilderGenerator&version=3.0.2-alpha&prerelease
                    
Install BuilderGenerator as a Cake Addin
#tool nuget:?package=BuilderGenerator&version=3.0.2-alpha&prerelease
                    
Install BuilderGenerator 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

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
3.1.0 550 a month ago
3.0.5 1,852 2 months ago
3.0.5-alpha 96 2 months ago
3.0.4-alpha 89 2 months ago
3.0.2-alpha 95 2 months ago
3.0.1-alpha 84 2 months ago
2.4.0-alpha 333 1/14/2024
2.3.0 75,852 5/27/2023
2.2.0 1,488 4/23/2023
2.1.0 20,548 8/9/2022
2.0.7 10,539 8/7/2022
2.0.6 408 8/4/2022
2.0.5 445 8/1/2022
2.0.3 9,570 11/30/2021
2.0.2 524 11/30/2021
1.2.0 476 10/31/2021
0.1.5 566 2/20/2021
0.1.4 545 2/20/2021
0.1.3 579 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