FluentValidation.MVC5 8.6.1

The ID prefix of this package has been reserved for one of the owners of this package by NuGet.org. Prefix Reserved
Additional Details

FluentValidation no longer supports ASP.NET MVC 5

dotnet add package FluentValidation.MVC5 --version 8.6.1
NuGet\Install-Package FluentValidation.MVC5 -Version 8.6.1
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="FluentValidation.MVC5" Version="8.6.1" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add FluentValidation.MVC5 --version 8.6.1
#r "nuget: FluentValidation.MVC5, 8.6.1"
#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 FluentValidation.MVC5 as a Cake Addin
#addin nuget:?package=FluentValidation.MVC5&version=8.6.1

// Install FluentValidation.MVC5 as a Cake Tool
#tool nuget:?package=FluentValidation.MVC5&version=8.6.1

ASP.NET MVC 5 integration for FluentValidation

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

NuGet packages (17)

Showing the top 5 NuGet packages that depend on FluentValidation.MVC5:

Package Downloads
CloudCore.Web

The modules required to build CloudCore-based web modules.

Bnsights.Mvc

Bnsights.Mvc is RAD Helper DLL for MVC Projects in Bnsights DMCC. Also known as Bnsights Business Solutions Framework (BBSF).

CloudCore.TestSite

The modules required to build CloudCore-based web roles/sites.

Bnsights.Mvc2

Bnsights.Mvc is RAD Helper DLL for MVC Projects in Bnsights DMCC. Also known as Bnsights Business Solutions Framework (BBSF).

Exclr8.VNext.CloudCore.Web.Core

The core modules required to build CloudCore-based web modules.

GitHub repositories (1)

Showing the top 1 popular GitHub repositories that depend on FluentValidation.MVC5:

Repository Stars
smartstore/SmartStoreNET
Open Source ASP.NET MVC Enterprise eCommerce Shopping Cart Solution
Version Downloads Last updated
8.6.1 682,294 2/24/2020
8.6.0 70,208 12/4/2019
8.5.1 27,287 11/2/2019
8.5.0 36,989 9/24/2019
8.4.0 264,012 5/10/2019
8.3.0 20,864 4/24/2019
8.2.0 103,235 3/26/2019
8.1.3 193,649 1/25/2019
8.1.2 99,986 12/18/2018
8.1.1 6,698 12/11/2018
8.1.0 13,535 12/6/2018
8.0.100 163,652 9/4/2018
8.0.0 30,268 8/16/2018
8.0.0-rc1 1,866 7/24/2018
8.0.0-preview4 1,648 7/16/2018
8.0.0-preview3 1,609 7/13/2018
8.0.0-preview2 1,459 7/13/2018
8.0.0-preview1 1,580 7/10/2018
7.6.105 166,421 8/11/2018
7.6.104 89,139 7/6/2018
7.6.103 32,546 6/16/2018
7.6.102 2,141 6/14/2018
7.6.101 1,932 6/13/2018
7.6.0 8,430 6/1/2018
7.5.2 273,484 3/16/2018
7.5.0 16,834 2/26/2018
7.4.0 81,287 1/26/2018
7.2.1 378,267 10/24/2017
7.2.0 90,416 10/5/2017
7.1.1 241,593 7/25/2017
7.1.0 29,376 6/28/2017
7.1.0-beta1 1,481 6/24/2017
7.0.3 16,581 6/7/2017
7.0.0 97,152 5/19/2017
7.0.0-beta3 1,451 5/1/2017
7.0.0-beta2 1,816 4/17/2017
7.0.0-beta1 1,474 4/7/2017
6.4.0 240,030 3/3/2017
6.2.1 480,213 2/26/2016
6.2.1-beta1 1,902 2/24/2016
6.2.0 15,031 2/22/2016
6.2.0-beta1 1,749 2/12/2016
6.1.0 67,434 1/18/2016
6.0.2 12,397 1/5/2016
6.0.1 2,548 1/5/2016
6.0.0 25,907 12/22/2015
5.6.2 357,817 5/29/2015
5.6.1 2,420 5/29/2015
5.6.0 7,516 5/22/2015
5.5.0 224,756 10/31/2014
5.4.0 113,808 7/3/2014
5.1.0 266,084 3/11/2014
5.0.0.1 91,130 10/24/2013

Changes in 8.6.0:
* AddToModelState no longer includes a dot if PropertyName is null

Changes in 8.4.0:
* Added simplified version of several messages across all translations to aid with ASP.NET Clientside validation.

Changes in 8.1.3:
* Resolved issue where clientside validation was incorrectly generating metadata for rules with shared conditions.

Changes in 8.1:
* Added the Skip property to the CustomizeValidatorAttribute to bring parity with the ASP.NET Core integration.

Changes in 7.5:
* Better handling of clientside messages when using custom overriden language resources
* Added flag in the ValidationContext's RootDataContext when a validator is invoked by the automatic MVC/WebApi integration

Changes in 7.4:
* Added SetRulesetForClientsideMessages method as an alternative to using the RulesetForClientSideMessagesAttribute
* Updated the MVC5 AddToModelState extension not to overwrite existing attempted values