ParameterValidator 0.4.0

dotnet add package ParameterValidator --version 0.4.0
NuGet\Install-Package ParameterValidator -Version 0.4.0
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="ParameterValidator" Version="0.4.0" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add ParameterValidator --version 0.4.0
#r "nuget: ParameterValidator, 0.4.0"
#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 ParameterValidator as a Cake Addin
#addin nuget:?package=ParameterValidator&version=0.4.0

// Install ParameterValidator as a Cake Tool
#tool nuget:?package=ParameterValidator&version=0.4.0

This helps to wrap up common validation of parameters passed into methods and constructors.

Product Compatible and additional computed target framework versions.
.NET Framework net is compatible. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

This package has no dependencies.

NuGet packages (1)

Showing the top 1 NuGet packages that depend on ParameterValidator:

Package Downloads
NetworkMessageReader

Just a simple TcpClient reader that reads from TcpClient and returns an IObservable<string>, based on a seperator passed to the reader.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
0.4.0 1,791 3/2/2013
0.3.0 1,781 9/4/2012
0.2.0 1,329 9/4/2012
0.1.0 1,302 6/5/2012

Added the correct dll this time.
Added an extra parameter to the StringValidatorWithValue, it now takes a func that can be used as extra client specified validation. Marked slower classes with Obsolete.