FluentValidationNA 1.2.16
dotnet add package FluentValidationNA --version 1.2.16
NuGet\Install-Package FluentValidationNA -Version 1.2.16
<PackageReference Include="FluentValidationNA" Version="1.2.16" />
paket add FluentValidationNA --version 1.2.16
#r "nuget: FluentValidationNA, 1.2.16"
// 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 | Versions 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. |
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.