ValiDoc 0.4.0-alpha

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

// Install ValiDoc as a Cake Tool
#tool nuget:?package=ValiDoc&version=0.4.0-alpha&prerelease

An unobtrusive extension to FluentValidations for documenting validation rules.

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

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
0.7.0-beta 741 11/7/2017
0.6.0-beta 718 10/22/2017
0.5.0-alpha 771 6/25/2017
0.4.0-alpha 836 6/25/2017
0.3.0-alpha 847 6/20/2017
0.2.0-alpha 774 5/21/2017
0.1.0-alpha 819 5/21/2017

Added support for including validation messages against a given rule within the documentation output.

Note: Inclusion of specific parameter values is not included at this point.