dotnet-starter-kit
dotnet-starter-kit copied to clipboard
Bump FluentValidation.AspNetCore from 10.4.0 to 11.2.1
Bumps FluentValidation.AspNetCore from 10.4.0 to 11.2.1.
Release notes
Sourced from FluentValidation.AspNetCore's releases.
11.2.1
Release notes
Please read the upgrade guide if you are moving from 10.x to 11.x
Changes in 11.2.1
- Add deprecation warnings on various registration methods within the call to
AddFluentValidation(see FluentValidation/FluentValidation#1963)- The dependency on the FluentValidation.DependencyInjectionExtensions package now uses a floating version.
Changes in 11.2.0
- The dependency on the core FluentValidation library now uses a floating version.
Changes in 11.1.3
- Deprecate the
AddFluentValidationregistration methods. These have been replaced withAddFluentValidationAutoValidationandAddFluentValidationClientsideAdapters(see FluentValidation/FluentValidation#1965)Changes in 11.1.2
- Fixed
NullReferenceExceptionbeing thrown inAddFluentValidationClientsideAdapterscaused by a missing registration forIValidatorFactoryChanges in 11.1.1
- Fixed
NullReferenceExceptionbeing thrown inAddFluentValidationClientsideAdapters(FluentValidation/FluentValidation#1969)Changes in 11.1.0
- Added a
ToDictionarymethod toValidationResult(particularly useful when working with Minimal APIs)-- MVC auto validation: Deprecated Implicit validation of child properties (FluentValidation/FluentValidation#1960)
- MVC auto validation: Deprecated Implicit validation of root collection elements (FluentValidation/FluentValidation#1960)
- Introduce
services.AddFluentValidationAutoValidation()andservices.AddFluentValidationClientsideAdapters()as replacements forservices.AddFluentValidation()(FluentValidation/FluentValidation#1965)Changes in 11.0
- Throw exceptions when async validator is invoked synchronously (#1705)
- Remove deprecated
RunDefaultMvcValidationAfterFluentValidationExecutesoption from ASP.NET integration.Downloads
Binaries can be downloaded from nuget:
11.2.0
Release notes
Please read the upgrade guide if you are moving from 10.x to 11.x
Changes in 11.2.0
- The dependency on the core FluentValidation library now uses a floating version.
Changes in 11.1.3
- Deprecate the
AddFluentValidationregistration methods. These have been replaced withAddFluentValidationAutoValidationandAddFluentValidationClientsideAdapters(see FluentValidation/FluentValidation#1965)Changes in 11.1.2
- Fixed
NullReferenceExceptionbeing thrown inAddFluentValidationClientsideAdapterscaused by a missing registration forIValidatorFactory
... (truncated)
Commits
- See full diff in compare view
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
-
@dependabot rebasewill rebase this PR -
@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it -
@dependabot mergewill merge this PR after your CI passes on it -
@dependabot squash and mergewill squash and merge this PR after your CI passes on it -
@dependabot cancel mergewill cancel a previously requested merge and block automerging -
@dependabot reopenwill reopen this PR if it is closed -
@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually -
@dependabot ignore this major versionwill close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) -
@dependabot ignore this minor versionwill close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) -
@dependabot ignore this dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
Superseded by #769.