FluentValidationNA 1.2.16

The owner has unlisted this package. This could mean that the package is deprecated, has security vulnerabilities or shouldn't be used anymore.
dotnet add package FluentValidationNA --version 1.2.16
NuGet\Install-Package FluentValidationNA -Version 1.2.16
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="FluentValidationNA" Version="1.2.16" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add FluentValidationNA --version 1.2.16
#r "nuget: FluentValidationNA, 1.2.16"
#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 FluentValidationNA as a Cake Addin
#addin nuget:?package=FluentValidationNA&version=1.2.16

// Install FluentValidationNA as a Cake Tool
#tool nuget:?package=FluentValidationNA&version=1.2.16

A fluent API for input, state and assumption validation.

Product Compatible and additional computed target framework versions.
.NET Framework net35 is compatible.  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 (2)

Showing the top 2 NuGet packages that depend on FluentValidationNA:

Package Downloads
SInc

The SInc Core Library for .NET provides concrete and abstract types for data entity models, caching, common design patterns, application health monitoring, diagnostic classes, and useful extensions and types typically needed or found in every software project that .NET does not provide.

SInc.Web.Mvc

Provides abstract and common programming types useful to .NET MVC web application developers.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated

1.2.16 - Renamed Assembly so that it would not conflict with another library of the same in the same namespace.

1.2.15 - Renamed Namespace so that it would not conflict with another library of the same in the same namespace.

1.1.14 - Removed missing Check() detector as it wasn't helpful, and caused problems.

1.1 - Removed OR clause and focused on non-exception optimizations.