Fluent.Extensions
0.3.0-pre
See the version list below for details.
dotnet add package Fluent.Extensions --version 0.3.0-pre
NuGet\Install-Package Fluent.Extensions -Version 0.3.0-pre
<PackageReference Include="Fluent.Extensions" Version="0.3.0-pre" />
paket add Fluent.Extensions --version 0.3.0-pre
#r "nuget: Fluent.Extensions, 0.3.0-pre"
// Install Fluent.Extensions as a Cake Addin #addin nuget:?package=Fluent.Extensions&version=0.3.0-pre&prerelease // Install Fluent.Extensions as a Cake Tool #tool nuget:?package=Fluent.Extensions&version=0.3.0-pre&prerelease
Fluent.Extensions is a portable class library that defines extension methods used to support method chaining and programming against fluent interfaces. The current version contains shared code from the Collections.Fluent project to support generic colections and the Do() extension method that can be used to invoke lambdas from within method chains. Even though technically not required, this library will also be installed as a dependency by all generated AutoFluent packages.
Learn more about Target Frameworks and .NET Standard.
This package has no dependencies.
NuGet packages (1)
Showing the top 1 NuGet packages that depend on Fluent.Extensions:
Package | Downloads |
---|---|
Xamarin.Forms.AutoFluent
Automatically generated fluent properties, events, and void methods for Xamarin.Forms. From within method chains: Set a property by invoking it as a method, for example .XAlign(TextAlignment.Center). Add an event handler by calling .When[EventName](lambda). Call any method that returns void with .Do[MethodName](arguments). |
GitHub repositories
This package is not used by any popular GitHub repositories.
New AutoFluent extensions which are used to reduce the code size of exten handler extensions.