FluentValidation.WebAPI 8.1.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 WebApi 2.

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

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

ASP.NET WebApi 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 (7)

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

Package Downloads
MicroElements.Swashbuckle.FluentValidation.WebApi The ID prefix of this package has been reserved for one of the owners of this package by NuGet.org.

Swagger ISchemaFilter that uses FluentValidation validators instead System.ComponentModel based attributes.

Smart.SWeb

Smart.Web 使用方法: (在Global.asax.cs文件Application_Start方法添加如下代码) //全局封装webapi的返回结果如:{"Code":500,"Data":null,"Message":"尝试除以零。","Success":false} GlobalConfiguration.Configure(Smart.Web.SmartWeb.InitAPIResultAttribute); //全局异常处理 GlobalConfiguration.Configure(Smart.Web.SmartWeb.InitApiExceptionHandlingAttribute); (在WebApiConfig.cs文件Register方法添加如下代码) //控制器版本管理 Dictionary<string, object> dic = new Dictionary<string, object>(); dic.Add("config", config); var versionControllerSelector = Smart.Kernel.Resolve<Smart.Web.ISVersionControllerSelector>(dic); config.Services.Replace(typeof(IHttpControllerSelector), versionControllerSelector);

Improving.AspNet

Improving web api, mvc, and mediatr integration

Startup.Web

Helper library to startup new web based projects using DDD Architecture

JE.ApiValidation.WebApi.FluentValidation

API Validation support with FluentValidation for frameworks we use. Standard error response DTO.

GitHub repositories (1)

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

Repository Stars
exceptionnotfound/DotNetCqrsDemo
Version Downloads Last updated
8.6.1 1,078,132 2/24/2020
8.6.0 144,124 12/4/2019
8.5.1 92,656 11/2/2019
8.5.0 108,207 9/24/2019
8.4.0 329,101 5/10/2019
8.3.0 12,655 4/24/2019
8.2.3 66,544 4/12/2019
8.2.0 73,074 3/26/2019
8.1.3 169,552 1/25/2019
8.1.2 46,393 12/18/2018
8.1.1 7,288 12/11/2018
8.1.0 9,492 12/6/2018
8.0.100 359,544 9/4/2018
8.0.0 48,151 8/16/2018
8.0.0-rc1 6,426 7/24/2018
8.0.0-preview4 1,962 7/16/2018
8.0.0-preview3 1,948 7/13/2018
8.0.0-preview2 1,837 7/13/2018
8.0.0-preview1 1,989 7/10/2018
7.6.105 152,098 8/11/2018
7.6.104 122,803 7/6/2018
7.6.103 38,917 6/16/2018
7.6.102 10,253 6/14/2018
7.6.101 2,696 6/13/2018
7.6.0 26,371 6/1/2018
7.5.2 240,730 3/16/2018
7.5.1 30,947 3/11/2018
7.5.0 57,665 2/26/2018
7.4.0 37,713 2/21/2018
7.2.1 656,562 10/24/2017
7.2.0 107,228 10/5/2017
7.1.1 245,764 7/25/2017
7.1.0 149,102 6/28/2017
7.1.0-beta1 1,836 6/24/2017
7.0.3 61,005 6/7/2017
7.0.1 38,894 5/23/2017
7.0.0 70,223 5/19/2017
7.0.0-beta3 1,966 5/1/2017
7.0.0-beta2 3,311 4/17/2017
7.0.0-beta1 1,930 4/7/2017
6.4.0 275,201 3/3/2017
6.4.0-beta9 2,603 11/29/2016
6.2.1 741,194 2/26/2016
6.2.1-beta1 2,303 2/24/2016
6.2.0 74,034 2/22/2016
6.2.0-beta1 1,988 2/12/2016
6.1.0 112,136 1/18/2016
6.0.2 25,156 1/5/2016
6.0.1 2,589 1/5/2016
6.0.0 13,072 12/22/2015
5.6.2 186,423 5/29/2015
5.6.1 2,590 5/29/2015
5.6.0 8,520 5/22/2015
5.5.0 113,335 10/31/2014
5.4.0 21,330 7/3/2014
5.2.0 5,362 5/21/2014
5.1.0 58,324 3/11/2014

Changes in 7.5.1:
* Added support for CustomizeValidatorAttribute for consistency with MVC5 and AspNetCore.

Changes in 7.4:
* Support for WebApi 5.2.4 and improved integration with WebApi's validation pipeline.

Full release notes can be found at https://github.com/JeremySkinner/FluentValidation/blob/master/Changelog.txt