FluentBuilder 0.0.10-preview-03
This is a prerelease version of FluentBuilder.
There is a newer version of this package available.
See the version list below for details.
See the version list below for details.
dotnet add package FluentBuilder --version 0.0.10-preview-03
NuGet\Install-Package FluentBuilder -Version 0.0.10-preview-03
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="FluentBuilder" Version="0.0.10-preview-03" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="FluentBuilder" Version="0.0.10-preview-03" />
<PackageReference Include="FluentBuilder" />
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 FluentBuilder --version 0.0.10-preview-03
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
#r "nuget: FluentBuilder, 0.0.10-preview-03"
#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 FluentBuilder@0.0.10-preview-03
#: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=FluentBuilder&version=0.0.10-preview-03&prerelease
#tool nuget:?package=FluentBuilder&version=0.0.10-preview-03&prerelease
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
Usage
Annotate
Annotate a class with [FluentBuilder.AutoGenerateBuilder]
to indicate that a FluentBuilder should be generated for this class:
[FluentBuilder.AutoGenerateBuilder]
public class User
{
public string FirstName { get; set; }
public string LastName { get; set; }
public DateTime? Date { get; set; }
}
Use FluentBuilder
using System;
namespace Test
{
class Program
{
static void Main(string[] args)
{
var user = new FluentBuilder.UserBuilder()
.WithFirstName("Test")
.WithLastName("User")
.Build();
Console.WriteLine($"{user.FirstName} {user.LastName}");
}
}
}
There are no supported framework assets in this package.
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.12.0 | 39 | 8/24/2025 | |
0.11.0 | 22 | 8/23/2025 | |
0.11.0-preview-02 | 153 | 6/24/2025 | |
0.11.0-preview-01 | 142 | 6/23/2025 | |
0.10.0.4-preview-01 | 106 | 8/20/2025 | |
0.10.0.3-preview-01 | 139 | 7/15/2025 | |
0.10.0.2 | 1,174 | 6/26/2025 | |
0.10.0.1 | 1,633 | 6/13/2025 | |
0.10.0 | 16,092 | 10/19/2024 | |
0.9.2 | 7,671 | 8/30/2024 | |
0.9.1 | 449 | 8/24/2024 | |
0.9.0 | 36,321 | 4/8/2023 | |
0.9.0-preview-01 | 200 | 4/6/2023 | |
0.8.0 | 498 | 4/3/2023 | |
0.7.1 | 489 | 3/14/2023 | |
0.7.1-preview-02 | 263 | 3/2/2023 | |
0.7.1-preview-01 | 251 | 2/25/2023 | |
0.7.0 | 10,022 | 9/20/2022 | |
0.7.0-preview-01 | 228 | 9/16/2022 | |
0.6.0 | 542 | 8/20/2022 | |
0.5.1 | 1,973 | 7/28/2022 | |
0.5.0 | 563 | 7/13/2022 | |
0.4.9 | 4,744 | 6/25/2022 | |
0.4.8 | 511 | 6/21/2022 | |
0.4.7 | 507 | 6/4/2022 | |
0.4.6 | 593 | 5/20/2022 | |
0.4.5 | 522 | 5/16/2022 | |
0.4.4 | 1,139 | 4/27/2022 | |
0.4.2 | 566 | 4/3/2022 | |
0.4.1 | 1,039 | 2/18/2022 | |
0.4.0 | 516 | 2/18/2022 | |
0.3.3 | 525 | 2/16/2022 | |
0.3.2 | 531 | 2/16/2022 | |
0.3.1 | 529 | 2/14/2022 | |
0.3.0 | 513 | 2/12/2022 | |
0.2.5 | 530 | 2/8/2022 | |
0.2.4 | 581 | 2/6/2022 | |
0.2.3 | 530 | 2/1/2022 | |
0.2.2 | 556 | 1/31/2022 | |
0.2.1 | 547 | 1/30/2022 | |
0.2.0 | 630 | 1/30/2022 | |
0.1.2 | 528 | 1/20/2022 | |
0.1.1 | 510 | 1/15/2022 | |
0.1.0 | 526 | 1/13/2022 | |
0.0.11 | 1,517 | 8/10/2021 | |
0.0.11-preview-01 | 301 | 8/10/2021 | |
0.0.10 | 399 | 8/8/2021 | |
0.0.10-preview-03 | 283 | 8/8/2021 | |
0.0.10-preview-02 | 313 | 8/7/2021 | |
0.0.10-preview-01 | 309 | 8/7/2021 | |
0.0.9 | 507 | 8/7/2021 | |
0.0.8 | 420 | 8/6/2021 | |
0.0.7 | 548 | 8/5/2021 | |
0.0.6 | 410 | 8/5/2021 | |
0.0.5 | 461 | 8/5/2021 | |
0.0.4 | 13,515 | 7/21/2021 | |
0.0.3 | 423 | 7/19/2021 | |
0.0.2 | 414 | 7/19/2021 | |
0.0.1 | 460 | 7/18/2021 |
# 0.0.8 (06 August 2021)
- #7 Add support for generics + update generated filename [enhancement]
The full release notes can be found here: https://github.com/StefH/FluentBuilder/blob/main/ReleaseNotes.md