Fluens.Extensions
0.2.5
See the version list below for details.
dotnet add package Fluens.Extensions --version 0.2.5
NuGet\Install-Package Fluens.Extensions -Version 0.2.5
<PackageReference Include="Fluens.Extensions" Version="0.2.5" />
<PackageVersion Include="Fluens.Extensions" Version="0.2.5" />
<PackageReference Include="Fluens.Extensions" />
paket add Fluens.Extensions --version 0.2.5
#r "nuget: Fluens.Extensions, 0.2.5"
#:package Fluens.Extensions@0.2.5
#addin nuget:?package=Fluens.Extensions&version=0.2.5
#tool nuget:?package=Fluens.Extensions&version=0.2.5
Fluens.Extensions
General-purpose utility library: string, date/time, decimal, numeric, collections, LINQ, streams, tasks, expressions, translations, chain-of-responsibility, round-robin, and tree structures. Zero dependencies.
Installation
dotnet add package Fluens.Extensions
Usage
| Category | Examples |
|---|---|
| Strings | IsNullOrEmpty(), Trim(maxLength, suffix), RemoveWhitespace(), ToTitleCase(), ToPlain() (remove diacritics), Sanitize() (slugify) |
| DateTime | Truncate(resolution), GetFirstDayOfMonth(), GetLastDayOfMonth(), IsWeekday(), RoundToNearest() |
| Numeric | Truncate(), ToString() with pluralization |
| Collections | IsNullOrEmpty(), Chunkify(size), AddRange(), AddSorted(), GeneratePermutations() |
| Chain of Responsibility | IChainHandler<T>, ChainHandler<T> with SetNext() / Handle() |
| Round Robin | RoundRobinList<T> — thread-safe load balancing with Next() |
| Trees | ITreeStructureNode<T> interfaces for hierarchical data |
License
This project is licensed under the MIT License.
| Product | Versions Compatible and additional computed target framework versions. |
|---|---|
| .NET | net10.0 is compatible. net10.0-android was computed. net10.0-browser was computed. net10.0-ios was computed. net10.0-maccatalyst was computed. net10.0-macos was computed. net10.0-tvos was computed. net10.0-windows was computed. |
-
net10.0
- No dependencies.
NuGet packages (2)
Showing the top 2 NuGet packages that depend on Fluens.Extensions:
| Package | Downloads |
|---|---|
|
Fluens
Core builder infrastructure, options management, context and messaging abstractions, paging, background worker, and shared constants. |
|
|
Fluens.Web
ASP.NET Core base types for Fluens web libraries: Result-to-HTTP mapping, global exception handler, and paged responses. |
GitHub repositories
This package is not used by any popular GitHub repositories.
| Version | Downloads | Last Updated |
|---|---|---|
| 0.6.6 | 160 | 3/11/2026 |
| 0.6.5 | 180 | 3/4/2026 |
| 0.6.4 | 177 | 3/4/2026 |
| 0.6.3 | 193 | 3/3/2026 |
| 0.6.2 | 189 | 3/2/2026 |
| 0.6.1 | 186 | 3/2/2026 |
| 0.6.0 | 188 | 3/1/2026 |
| 0.5.7 | 187 | 3/1/2026 |
| 0.5.6 | 180 | 3/1/2026 |
| 0.5.5 | 188 | 2/28/2026 |
| 0.5.4 | 189 | 2/28/2026 |
| 0.5.3 | 187 | 2/27/2026 |
| 0.5.2 | 186 | 2/27/2026 |
| 0.5.1 | 189 | 2/27/2026 |
| 0.5.0 | 192 | 2/26/2026 |
| 0.3.2 | 190 | 2/26/2026 |
| 0.3.1 | 181 | 2/26/2026 |
| 0.3.0 | 191 | 2/24/2026 |
| 0.2.5 | 190 | 2/24/2026 |
| 0.2.4 | 188 | 2/24/2026 |