Net4x.FluentValidation9.AspNetCore
9.2.2
dotnet add package Net4x.FluentValidation9.AspNetCore --version 9.2.2
NuGet\Install-Package Net4x.FluentValidation9.AspNetCore -Version 9.2.2
<PackageReference Include="Net4x.FluentValidation9.AspNetCore" Version="9.2.2" />
<PackageVersion Include="Net4x.FluentValidation9.AspNetCore" Version="9.2.2" />
<PackageReference Include="Net4x.FluentValidation9.AspNetCore" />
paket add Net4x.FluentValidation9.AspNetCore --version 9.2.2
#r "nuget: Net4x.FluentValidation9.AspNetCore, 9.2.2"
#:package Net4x.FluentValidation9.AspNetCore@9.2.2
#addin nuget:?package=Net4x.FluentValidation9.AspNetCore&version=9.2.2
#tool nuget:?package=Net4x.FluentValidation9.AspNetCore&version=9.2.2
AspNetCore integration for FluentValidation
| Product | Versions Compatible and additional computed target framework versions. |
|---|---|
| .NET | net5.0 was computed. net5.0-windows was computed. net6.0 was computed. net6.0-android was computed. net6.0-ios was computed. net6.0-maccatalyst was computed. net6.0-macos was computed. net6.0-tvos was computed. net6.0-windows was computed. net7.0 was computed. net7.0-android was computed. net7.0-ios was computed. net7.0-maccatalyst was computed. net7.0-macos was computed. net7.0-tvos was computed. net7.0-windows was computed. net8.0 was computed. net8.0-android was computed. net8.0-browser was computed. net8.0-ios was computed. net8.0-maccatalyst was computed. net8.0-macos was computed. net8.0-tvos was computed. net8.0-windows was computed. net9.0 was computed. net9.0-android was computed. net9.0-browser was computed. net9.0-ios was computed. net9.0-maccatalyst was computed. net9.0-macos was computed. net9.0-tvos was computed. net9.0-windows was computed. net10.0 was computed. net10.0-android was computed. net10.0-browser was computed. net10.0-ios was computed. net10.0-maccatalyst was computed. net10.0-macos was computed. net10.0-tvos was computed. net10.0-windows was computed. |
| .NET Core | netcoreapp2.1 is compatible. netcoreapp2.2 was computed. netcoreapp3.0 was computed. netcoreapp3.1 is compatible. |
-
.NETCoreApp 2.1
- Microsoft.AspNetCore.Mvc.ViewFeatures (>= 2.1.0)
- Net35.Actions (>= 1.1.0)
- Net4x.AsyncBridge (>= 1.1.0)
- Net4x.BaseTypes (>= 1.1.0)
- Net4x.FluentValidation9.DependencyInjectionExtensions (>= 9.2.2)
- Net4x.FluentValidation9.Library (>= 9.2.2)
-
.NETCoreApp 3.1
- Net35.Actions (>= 1.1.0)
- Net4x.AsyncBridge (>= 1.1.0)
- Net4x.BaseTypes (>= 1.1.0)
- Net4x.FluentValidation9.DependencyInjectionExtensions (>= 9.2.2)
- Net4x.FluentValidation9.Library (>= 9.2.2)
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 |
|---|---|---|
| 9.2.2 | 236 | 8/26/2023 |
Changes in 9.0.0:
* Compatibility with FluentValidation 9.0
* FluentValidationModelValidatorProvider and FluentValidationModelValidator are now public.
* Work around a bug in ASP.NET Core's integration testing components that can cause ConfigureServices to run multiple times.
* Automatically scanned types can be excluded when calling RegisterValidatorsFromAssemblyContaining in ASP.NET Core projects.
* New AutomaticValidationEnabled property for use in ASP.NET Core projects (defaults to true).
* SourceLink integration
* Dropped support for end-of-life .NET Core versions (2.2 and 3.0). LTS versions are supported (2.1 and 3.1)
Changes in 8.6.0:
* Add support for ASP.NET Core 3.1
* AddToModelState no longer includes a dot if PropertyName is null
Changes in 8.5.1:
* Ensure lazily loaded calls to WithMessage can be used for client-side validation, provided they don't attempt to access model properties from inside the delegate (eg when using IStringLocalizer).
Changes in 8.5.0:
* Compatibility with ASP.NET Core 3.
Changes in 8.4.0:
* Added simplified version of several messages across all translations to aid with ASP.NET Clientside validation.
Changes in 8.3.0:
* Fix issue in ASP.NET Core integration with GetServiceProvider not working correctly when invoked against a CustomContext/MessageBuilderContext.
Changes in 8.2.1:
* Resolved issue using InjectValidator with RuleForEach.
* Add support for a default IValidatorInterceptor to be registered with the Service Provider.
Changes in 8.2.0:
* Add extensions for injecting child validators using the ASP.NET Core Service Provider.
Changes in 8.1.3:
* Resolved issue where clientside validation was incorrectly generating metadata for rules with shared conditions.
Changes in 7.6.103:
* Support for validating controller and Razor properties annotated [BindProperty].
Changes in 7.6:
* Updates to support ASP.NET Core 2.1
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 MVC dependency to version 2.0.2
Changes in 7.3:
* Added support for validating collections when using the automatic MVC integration
* Added support for implicat validation of child properties when using the automatic MVC integration
* Added Skip property to the CustomizeValidatorAttribute to opt-out of validating certain properties
Full release notes can be found at https://github.com/FluentValidation/FluentValidation/blob/master/Changelog.txt