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