Wiki

Clone wiki

DotFluent / Home

What is DotFluent?

DotFluent is a library providing a set of .Net types and extension methods to chain method calls and increase code readability.

Where can I use it?

DotFluent is built against .Net 8.0 and .Net-Standard 2.0, so you can use it in any .Net project targeting one of the following platform versions:

  • .Net 5 or above
  • .Net-Standard 2.0 or above
  • .Net Core 2.0 or above
  • .Net Framework 4.6.1 or above (4.7.2 or above is recommended)

Where can I get it?

You can use the NuGet package manager console:

PM> Install-Package DotFluent

Visit the DotFluent NuGet package overview for more installation options.

How do I get started?

Please visit the fuget.org package browser to get an impression of all included features. You will be able to browse the package's namespaces to see what they provide or even diff two package versions to see what's new.

Updated