Bump FluentValidation and FluentValidation.AspNetCore#14
Open
dependabot[bot] wants to merge 1 commit intouat-budgetmanagementfrom
Open
Bump FluentValidation and FluentValidation.AspNetCore#14dependabot[bot] wants to merge 1 commit intouat-budgetmanagementfrom
dependabot[bot] wants to merge 1 commit intouat-budgetmanagementfrom
Conversation
Bumps FluentValidation from 11.9.0 to 11.11.0 Bumps FluentValidation.AspNetCore from 11.3.0 to 11.3.1 --- updated-dependencies: - dependency-name: FluentValidation dependency-version: 11.11.0 dependency-type: direct:production update-type: version-update:semver-minor - dependency-name: FluentValidation.AspNetCore dependency-version: 11.3.1 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
Author
LabelsThe following labels could not be found: Please fix the above issues or remove invalid values from |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Updated FluentValidation from 11.9.0 to 11.11.0.
Release notes
Sourced from FluentValidation's releases.
11.11.0
Release notes
Please read the upgrade guide if you are moving from 10.x to 11.x
Changes in 11.11.0
Changes in 11.10.0
Changes in 11.9.2
ScalePrecisionValidatorerror message clarification (#2211)Changes in 11.9.1
Changes in 11.9.0
NullReferenceException(#2152)RuleFor(x => x)) (#2168)AddValidatorsFromAssemblyContainingfrom registering validators twice (#2182)Changes in 11.8.1
Changes in 11.8.0
AbstractValidator.OnRuleAddedto allow customization of rule instances after creation (#2114)Changes in 11.7.1
Changes in 11.7.0
Changes in 11.6.0
... (truncated)
11.10.0
Release notes
Please read the upgrade guide if you are moving from 10.x to 11.x
Note that the after 11.1.0 release, the
FluentValidation.AspNetCorepackage has been moved to a separate repository and is now versioned and released separately. These release notes now only apply to the coreFluentValidationpackage. ForFluentValidation.AspNetCorerelease notes, please visit the FluentValidation.AspNetCore repository.Changes in 11.10.0
Changes in 11.9.2
ScalePrecisionValidatorerror message clarification (#2211)Changes in 11.9.1
Changes in 11.9.0
NullReferenceException(#2152)RuleFor(x => x)) (#2168)AddValidatorsFromAssemblyContainingfrom registering validators twice (#2182)Changes in 11.8.1
Changes in 11.8.0
AbstractValidator.OnRuleAddedto allow customization of rule instances after creation (#2114)Changes in 11.7.1
Changes in 11.7.0
Changes in 11.6.0
Changes in 11.5.2
... (truncated)
11.9.2
Release notes
Please read the upgrade guide if you are moving from 10.x to 11.x
Note that the after 11.1.0 release, the
FluentValidation.AspNetCorepackage has been moved to a separate repository and is now versioned and released separately. These release notes now only apply to the coreFluentValidationpackage. ForFluentValidation.AspNetCorerelease notes, please visit the FluentValidation.AspNetCore repository.Changes in 11.9.2
ScalePrecisionValidatorerror message clarification (#2211)Changes in 11.9.1
Changes in 11.9.0
NullReferenceException(#2152)RuleFor(x => x)) (#2168)AddValidatorsFromAssemblyContainingfrom registering validators twice (#2182)Changes in 11.8.1
Changes in 11.8.0
AbstractValidator.OnRuleAddedto allow customization of rule instances after creation (#2114)Changes in 11.7.1
Changes in 11.7.0
Changes in 11.6.0
Changes in 11.5.2
Changes in 11.5.1
AbstractValidator.EnsureInstanceNotNull(See #2069 for migration steps)TransformandTransformAsyncmethods (See #2072 for migration steps)... (truncated)
11.9.1
Release notes
Please read the upgrade guide if you are moving from 10.x to 11.x
Note that the after 11.1.0 release, the
FluentValidation.AspNetCorepackage has been moved to a separate repository and is now versioned and released separately. These release notes now only apply to the coreFluentValidationpackage. ForFluentValidation.AspNetCorerelease notes, please visit the FluentValidation.AspNetCore repository.Changes in 11.9.1
Fix issue with CascadeMode on child validators (#2207)
Changes in 11.9.0
NullReferenceException(#2152)RuleFor(x => x)) (#2168)AddValidatorsFromAssemblyContainingfrom registering validators twice (#2182)Changes in 11.8.1
Changes in 11.8.0
AbstractValidator.OnRuleAddedto allow customization of rule instances after creation (#2114)Changes in 11.7.1
Changes in 11.7.0
Changes in 11.6.0
Changes in 11.5.2
Changes in 11.5.1
AbstractValidator.EnsureInstanceNotNull(See #2069 for migration steps)TransformandTransformAsyncmethods (See #2072 for migration steps)Changes in 11.5.0
... (truncated)
Commits viewable in compare view.
Updated FluentValidation.AspNetCore from 11.3.0 to 11.3.1.
Release notes
Sourced from FluentValidation.AspNetCore's releases.
11.3.1
Release notes
Please read the upgrade guide if you are moving from 10.x to 11.x
Changes in 11.3.1
Changes in 11.3.0
Filterproperty to auto-validation configuration to optionally include/exclude certain types from auto-validation (Could AddFluentValidationAutoValidation() take a filter parameter so we can opt in/out of automatic validtion? FluentValidation/FluentValidation#2091)Changes in 11.2.2
AddToModelStatethat doesn't require a prefix (#5)Changes in 11.2.1
AddFluentValidation(see Announcement: Deprecation ofRegisterValidator...methods within calls toAddFluentValidationFluentValidation/FluentValidation#1963)Changes in 11.2.0
Changes in 11.1.3
AddFluentValidationregistration methods. These have been replaced withAddFluentValidationAutoValidationandAddFluentValidationClientsideAdapters(see Announcement: Changes to ASP.NET Integration registration methods (AddFluentValidation()) FluentValidation/FluentValidation#1965)Changes in 11.1.2
NullReferenceExceptionbeing thrown inAddFluentValidationClientsideAdapterscaused by a missing registration forIValidatorFactoryChanges in 11.1.1
NullReferenceExceptionbeing thrown inAddFluentValidationClientsideAdapters(FluentValidation.AspNetCore is throwing during bootstrap FluentValidation/FluentValidation#1969)Changes in 11.1.0
ToDictionarymethod toValidationResult(particularly useful when working with Minimal APIs)-services.AddFluentValidationAutoValidation()andservices.AddFluentValidationClientsideAdapters()as replacements forservices.AddFluentValidation()(Announcement: Changes to ASP.NET Integration registration methods (AddFluentValidation()) FluentValidation/FluentValidation#1965)Changes in 11.0
RunDefaultMvcValidationAfterFluentValidationExecutesoption from ASP.NET integration.Downloads
Binaries can be downloaded from nuget:
Commits viewable 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 show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@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)