Drapper.Validation 1.1.0

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

// Install Drapper.Validation as a Cake Tool
#tool nuget:?package=Drapper.Validation&version=1.1.0

A validation helper library. Includes a simple pre-condition checker and a handful of additonal validation attributes derived from the System.ComponentModel.DataAnnotations namespace.

Product Compatible and additional computed target framework versions.
.NET Framework net452 is compatible.  net46 is compatible.  net461 is compatible.  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 (1)

Showing the top 1 NuGet packages that depend on Drapper.Validation:

Package Downloads
Drapper

A simple framework to separate .NET code from SQL code using the Dapper micro ORM. Drapper is a data wrapper inspired by, and built on Dapper, (Data/Dapper + Wrapper = Drapper).

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
2.0.0 14,621 9/14/2017
1.1.0 37,033 3/12/2017
1.0.0 2,692 8/28/2016

Updated Contract.Require method to accept generic exception types.