Getting Started

Installation

Get started with FluentWriter in your application.

FluentWriter is available as a NuGet package. You can install it through your IDE by searching for "FluentWriter". If you are not familiar how to do that, please refer to the following guides:

Or use one of the following methods:

// Package Manager
Install-Package FluentWriter

// .NET CLI
dotnet add package FluentWriter

// Package reference in .csproj file
<PackageReference Include="FluentWriter" Version="X.X.X" />