NValidator 1.0.0.21

There is a newer version of this package available.
See the version list below for details.
dotnet add package NValidator --version 1.0.0.21
NuGet\Install-Package NValidator -Version 1.0.0.21
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="NValidator" Version="1.0.0.21" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add NValidator --version 1.0.0.21
#r "nuget: NValidator, 1.0.0.21"
#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 NValidator as a Cake Addin
#addin nuget:?package=NValidator&version=1.0.0.21

// Install NValidator as a Cake Tool
#tool nuget:?package=NValidator&version=1.0.0.21

The implementation and fluent syntax are inspired from the well-known library Fluent Validation.
However, I implemented it using Chain of Reponsibility pattern and made it fully support Dependency Injection for validator classes.

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.

This package has no dependencies.

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.1 75,358 2/7/2012
1.0.0.21 1,451 1/24/2012
1.0.0.19 1,484 12/28/2011
1.0.0.18 1,512 12/11/2011
1.0.0.16 1,426 12/7/2011
1.0.0.9 1,486 12/5/2011
1.0.0.7 1,505 12/4/2011
1.0.0.2 1,520 12/2/2011

Add Logger support