functional-utils-csharp
1.0.0.10
dotnet add package functional-utils-csharp --version 1.0.0.10
NuGet\Install-Package functional-utils-csharp -Version 1.0.0.10
<PackageReference Include="functional-utils-csharp" Version="1.0.0.10" />
paket add functional-utils-csharp --version 1.0.0.10
#r "nuget: functional-utils-csharp, 1.0.0.10"
// Install functional-utils-csharp as a Cake Addin #addin nuget:?package=functional-utils-csharp&version=1.0.0.10 // Install functional-utils-csharp as a Cake Tool #tool nuget:?package=functional-utils-csharp&version=1.0.0.10
This is a .NET library of utility functions in a functional style in C#. These functions are intended as to be used as part-educational tool, part-useful work tool. That is to say that the functions are supplied in source code form and you, the lucky consumer, can look at the code and understand the algorithms used (and suggest alternatives, should you wish). It also means that, after downloading the package, you will need to link the source code files from your NuGet packages directory to your project.
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET Framework | net40 is compatible. net403 was computed. net45 was computed. net451 was computed. net452 was computed. net46 was computed. net461 was computed. net462 was computed. net463 was computed. net47 was computed. net471 was computed. net472 was computed. net48 was computed. net481 was computed. |
-
- NUnit (>= 2.6.2)
GitHub repositories
This package is not used by any popular GitHub repositories.
Add parameter validation as preconditions throughout.
Remove old .NET2 stylee Func class. We can use Extension methods nowadays.
Remove broken Try class. Use MException or the Try function.