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.

CloudCore.TestSite

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

Bnsights.Mvc

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

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 701,108 2/24/2020
8.6.0 71,209 12/4/2019
8.5.1 27,572 11/2/2019
8.5.0 37,361 9/24/2019
8.4.0 267,090 5/10/2019
8.3.0 21,040 4/24/2019
8.2.0 106,279 3/26/2019
8.1.3 195,322 1/25/2019
8.1.2 101,053 12/18/2018
8.1.1 6,774 12/11/2018
8.1.0 13,684 12/6/2018
8.0.100 165,753 9/4/2018
8.0.0 30,961 8/16/2018
8.0.0-rc1 1,934 7/24/2018
8.0.0-preview4 1,704 7/16/2018
8.0.0-preview3 1,661 7/13/2018
8.0.0-preview2 1,511 7/13/2018
8.0.0-preview1 1,634 7/10/2018
7.6.105 177,183 8/11/2018
7.6.104 90,372 7/6/2018
7.6.103 32,731 6/16/2018
7.6.102 2,212 6/14/2018
7.6.101 1,995 6/13/2018
7.6.0 8,534 6/1/2018
7.5.2 278,878 3/16/2018
7.5.0 17,062 2/26/2018
7.4.0 82,844 1/26/2018
7.2.1 381,509 10/24/2017
7.2.0 91,305 10/5/2017
7.1.1 249,724 7/25/2017
7.1.0 29,581 6/28/2017
7.1.0-beta1 1,544 6/24/2017
7.0.3 17,004 6/7/2017
7.0.0 99,582 5/19/2017
7.0.0-beta3 1,508 5/1/2017
7.0.0-beta2 1,880 4/17/2017
7.0.0-beta1 1,538 4/7/2017
6.4.0 242,291 3/3/2017
6.2.1 484,480 2/26/2016
6.2.1-beta1 1,965 2/24/2016
6.2.0 15,198 2/22/2016
6.2.0-beta1 1,809 2/12/2016
6.1.0 68,581 1/18/2016
6.0.2 12,581 1/5/2016
6.0.1 2,629 1/5/2016
6.0.0 26,043 12/22/2015
5.6.2 364,023 5/29/2015
5.6.1 2,497 5/29/2015
5.6.0 7,650 5/22/2015
5.5.0 227,339 10/31/2014
5.4.0 114,470 7/3/2014
5.1.0 268,725 3/11/2014
5.0.0.1 94,039 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