FluentBuilder 0.10.0.2
See the version list below for details.
dotnet add package FluentBuilder --version 0.10.0.2
NuGet\Install-Package FluentBuilder -Version 0.10.0.2
<PackageReference Include="FluentBuilder" Version="0.10.0.2"> <PrivateAssets>all</PrivateAssets> <IncludeAssets>runtime; build; native; contentfiles; analyzers</IncludeAssets> </PackageReference>
<PackageVersion Include="FluentBuilder" Version="0.10.0.2" />
<PackageReference Include="FluentBuilder"> <PrivateAssets>all</PrivateAssets> <IncludeAssets>runtime; build; native; contentfiles; analyzers</IncludeAssets> </PackageReference>
paket add FluentBuilder --version 0.10.0.2
#r "nuget: FluentBuilder, 0.10.0.2"
#:package FluentBuilder@0.10.0.2
#addin nuget:?package=FluentBuilder&version=0.10.0.2
#tool nuget:?package=FluentBuilder&version=0.10.0.2
Usage
1️⃣ Annotate a class
Annotate a class with [AutoGenerateBuilder]
to indicate that a FluentBuilder should be generated for this class:
[AutoGenerateBuilder]
public class User
{
public string FirstName { get; set; }
public string LastName { get; set; }
public DateTime? Date { get; set; }
}
2️⃣ Define a class which needs to act as a builder
This scenario is very usefull when you cannot modify the class to annotate it.
Create a public and partial builder class
And annotate this class with [AutoGenerateBuilder(typeof(XXX))]
where XXX
is the type for which you want to generate a FluentBuilder.
[AutoGenerateBuilder(typeof(UserDto))]
public partial class MyUserDtoBuilder
{
}
Use FluentBuilder
using System;
namespace Test;
class Program
{
static void Main(string[] args)
{
var user = new UserBuilder()
.WithFirstName("Test")
.WithLastName("User")
.Build();
Console.WriteLine($"{user.FirstName} {user.LastName}");
}
}
For more information, see the StefH/FluentBuilder.
Sponsors
Entity Framework Extensions and Dapper Plus are major sponsors and proud to contribute to the development of FluentBuilder.
Learn more about Target Frameworks and .NET Standard.
-
.NETStandard 2.0
- No dependencies.
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories (1)
Showing the top 1 popular GitHub repositories that depend on FluentBuilder:
Repository | Stars |
---|---|
wiremock/WireMock.Net
WireMock.Net is a flexible product for stubbing and mocking web HTTP responses using advanced request matching and response templating. Based on the functionality from http://WireMock.org, but extended with more functionality.
|
Version | Downloads | Last Updated | |
---|---|---|---|
0.11.0-preview-02 | 142 | 6/24/2025 | |
0.11.0-preview-01 | 134 | 6/23/2025 | |
0.10.0.2 | 526 | 6/26/2025 | |
0.10.0.1 | 1,387 | 6/13/2025 | |
0.10.0 | 14,923 | 10/19/2024 | |
0.9.2 | 6,190 | 8/30/2024 | |
0.9.1 | 432 | 8/24/2024 | |
0.9.0 | 36,005 | 4/8/2023 | |
0.9.0-preview-01 | 181 | 4/6/2023 | |
0.8.0 | 479 | 4/3/2023 | |
0.7.1 | 467 | 3/14/2023 | |
0.7.1-preview-02 | 241 | 3/2/2023 | |
0.7.1-preview-01 | 228 | 2/25/2023 | |
0.7.0 | 9,926 | 9/20/2022 | |
0.7.0-preview-01 | 206 | 9/16/2022 | |
0.6.0 | 522 | 8/20/2022 | |
0.5.1 | 1,950 | 7/28/2022 | |
0.5.0 | 541 | 7/13/2022 | |
0.4.9 | 4,722 | 6/25/2022 | |
0.4.8 | 490 | 6/21/2022 | |
0.4.7 | 484 | 6/4/2022 | |
0.4.6 | 570 | 5/20/2022 | |
0.4.5 | 498 | 5/16/2022 | |
0.4.4 | 1,119 | 4/27/2022 | |
0.4.2 | 543 | 4/3/2022 | |
0.4.1 | 1,019 | 2/18/2022 | |
0.4.0 | 492 | 2/18/2022 | |
0.3.3 | 505 | 2/16/2022 | |
0.3.2 | 511 | 2/16/2022 | |
0.3.1 | 506 | 2/14/2022 | |
0.3.0 | 491 | 2/12/2022 | |
0.2.5 | 506 | 2/8/2022 | |
0.2.4 | 559 | 2/6/2022 | |
0.2.3 | 510 | 2/1/2022 | |
0.2.2 | 532 | 1/31/2022 | |
0.2.1 | 525 | 1/30/2022 | |
0.2.0 | 596 | 1/30/2022 | |
0.1.2 | 507 | 1/20/2022 | |
0.1.1 | 491 | 1/15/2022 | |
0.1.0 | 505 | 1/13/2022 | |
0.0.11 | 1,496 | 8/10/2021 | |
0.0.11-preview-01 | 279 | 8/10/2021 | |
0.0.10 | 379 | 8/8/2021 | |
0.0.10-preview-03 | 260 | 8/8/2021 | |
0.0.10-preview-02 | 292 | 8/7/2021 | |
0.0.10-preview-01 | 288 | 8/7/2021 | |
0.0.9 | 486 | 8/7/2021 | |
0.0.8 | 397 | 8/6/2021 | |
0.0.7 | 528 | 8/5/2021 | |
0.0.6 | 388 | 8/5/2021 | |
0.0.5 | 441 | 8/5/2021 | |
0.0.4 | 13,477 | 7/21/2021 | |
0.0.3 | 403 | 7/19/2021 | |
0.0.2 | 393 | 7/19/2021 | |
0.0.1 | 438 | 7/18/2021 |
# 0.10.0.2 (26 June 2025)
- #68 Update CreateRelease.yml [enhancement]
- #71 Add support for InitOnly properties [enhancement]
- #70 Support for init-only properties
The full release notes can be found here: https://github.com/StefH/FluentBuilder/blob/main/ReleaseNotes.md