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
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="functional-utils-csharp" Version="1.0.0.10" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add functional-utils-csharp --version 1.0.0.10
#r "nuget: functional-utils-csharp, 1.0.0.10"
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
// 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 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. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages

This package is not used by any NuGet packages.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
1.0.0.10 2,374 8/28/2013
0.0.0.9 1,896 6/21/2013
0.0.0.8 1,780 5/22/2013
0.0.0.7 1,750 5/22/2013
0.0.0.6 1,776 5/22/2013
0.0.0.5 1,801 5/22/2013
0.0.0.4 1,738 5/17/2013
0.0.0.3 1,739 5/3/2013
0.0.0.2 1,708 4/11/2013
0.0.0.1 1,751 3/28/2013

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.