Funk implements many concepts from the functional programming paradigm to reduce code size and most importantly help developers write honest bug-free code.
Funk is available as a NuGet package.
You can install it through Package Manager:
Install-Package Funk -Version 1.1.3
Or through .NET CLI:
dotnet add package Funk --version 1.1.3
Or add it directly in package references:
<PackageReference Include="Funk" Version="1.1.3" />