Open
Conversation
894ff8b to
f9edede
Compare
602c13e to
5c402a8
Compare
b34bfb7 to
9264819
Compare
5e39bcc to
116eb11
Compare
ce0dfbe to
d3f0c74
Compare
a7a08db to
009d73f
Compare
d4b653b to
1cecba1
Compare
01a1750 to
9c41bda
Compare
9c41bda to
c55e240
Compare
b604895 to
11dd60b
Compare
ceb6c9a to
d978569
Compare
751a504 to
e437c09
Compare
29cf5b3 to
5230fdc
Compare
97d8457 to
84dbb48
Compare
044cc5e to
07d2982
Compare
07d2982 to
3ee742c
Compare
ecbe845 to
01e4f94
Compare
3867c9b to
111049f
Compare
111049f to
7eb28ab
Compare
7eb28ab to
6576145
Compare
5a7f776 to
7f13ba7
Compare
7f13ba7 to
04ec782
Compare
|
PR-Agent was enabled for this repository. To continue using it, please link your git user with your CodiumAI identity here. CI Failure Feedback 🧐
✨ CI feedback usage guide:The CI feedback tool (
In addition to being automatically triggered, the tool can also be invoked manually by commenting on a PR: where Configuration options
See more information about the |
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.
This PR contains the following updates:
11.4.0→11.12.05.32.0→5.53.71.90.0→1.104.03.23.1→3.30.24.8.2→4.19.13.0.0→3.2.07.0.101→7.0.4104.2.0→4.3.0Release Notes
JeremySkinner/fluentvalidation (FluentValidation)
v11.11.0Compare Source
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
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
Changes in 11.4.0
ScalePrecisionvalidator and introducePrecisionScalevalidator as its replacement (#2030)Changes in 11.3.0
StringSyntaxAttribute.Regexin net7 builds (#1957)Changes in 11.2.2
MemberNameValidatorSelectorshould make use ofPropertyNameResolverwhen parsing expressions (#2003)Changes in 11.2.1
Only()not taking into account parent-level unmatched failures (#1986)Changes in 11.2.0
Includecalls with theMemberNameValidatorSelector(#1989)Changes in 11.1.1
Changes in 11.1.0
ToDictionarymethod toValidationResult(particularly useful when working with Minimal APIs)-InjectValidator(#1960)IValidatorFactoryandServiceProviderValidatorFactory(#1961)services.AddFluentValidationAutoValidation()andservices.AddFluentValidationClientsideAdapters()as replacements forservices.AddFluentValidation()(#1965)Changes in 11.0.3
AsyncValidatorInvokedSynchronouslyExceptionbeing incorrectly thrown when the top-levelWhenmethod withRuleForEach, even when invoked asynchronously (#1955)Changes in 11.0.2
ValidationResultusing System.Text.Json (#1928)Changes in 11.0.1
With*andWithout*assertion methods (#1937)Changes in 11.0
RunDefaultMvcValidationAfterFluentValidationExecutesoption from ASP.NET integration.Optionsproperty from RuleComponent.PropertyValidatorbackwards compatibility layer.Only()to the test helper asserting that no other validation errors were raised.Downloads
Binaries can be downloaded from nuget:
v11.10.0Compare Source
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
Changes in 11.5.1
AbstractValidator.EnsureInstanceNotNull(See #2069 for migration steps)TransformandTransformAsyncmethods (See #2072 for migration steps)Changes in 11.5.0
Changes in 11.4.0
ScalePrecisionvalidator and introducePrecisionScalevalidator as its replacement (#2030)Changes in 11.3.0
StringSyntaxAttribute.Regexin net7 builds (#1957)Changes in 11.2.2
MemberNameValidatorSelectorshould make use ofPropertyNameResolverwhen parsing expressions (#2003)Changes in 11.2.1
Only()not taking into account parent-level unmatched failures (#1986)Changes in 11.2.0
Includecalls with theMemberNameValidatorSelector(#1989)Changes in 11.1.1
Changes in 11.1.0
ToDictionarymethod toValidationResult(particularly useful when working with Minimal APIs)-InjectValidator(#1960)IValidatorFactoryandServiceProviderValidatorFactory(#1961)services.AddFluentValidationAutoValidation()andservices.AddFluentValidationClientsideAdapters()as replacements forservices.AddFluentValidation()(#1965)Changes in 11.0.3
AsyncValidatorInvokedSynchronouslyExceptionbeing incorrectly thrown when the top-levelWhenmethod withRuleForEach, even when invoked asynchronously (#1955)Changes in 11.0.2
ValidationResultusing System.Text.Json (#1928)Changes in 11.0.1
With*andWithout*assertion methods (#1937)Changes in 11.0
RunDefaultMvcValidationAfterFluentValidationExecutesoption from ASP.NET integration.Optionsproperty from RuleComponent.PropertyValidatorbackwards compatibility layer.Only()to the test helper asserting that no other validation errors were raised.Downloads
Binaries can be downloaded from nuget:
v11.9.2Compare Source
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)Changes in 11.5.0
Changes in 11.4.0
ScalePrecisionvalidator and introducePrecisionScalevalidator as its replacement (#2030)Changes in 11.3.0
StringSyntaxAttribute.Regexin net7 builds (#1957)Changes in 11.2.2
MemberNameValidatorSelectorshould make use ofPropertyNameResolverwhen parsing expressions (#2003)Changes in 11.2.1
Only()not taking into account parent-level unmatched failures (#1986)Changes in 11.2.0
Includecalls with theMemberNameValidatorSelector(#1989)Changes in 11.1.1
Changes in 11.1.0
ToDictionarymethod toValidationResult(particularly useful when working with Minimal APIs)-InjectValidator(#1960)IValidatorFactoryandServiceProviderValidatorFactory(#1961)services.AddFluentValidationAutoValidation()andservices.AddFluentValidationClientsideAdapters()as replacements forservices.AddFluentValidation()(#1965)Changes in 11.0.3
AsyncValidatorInvokedSynchronouslyExceptionbeing incorrectly thrown when the top-levelWhenmethod withRuleForEach, even when invoked asynchronously (#1955)Changes in 11.0.2
ValidationResultusing System.Text.Json (#1928)Changes in 11.0.1
With*andWithout*assertion methods (#1937)Changes in 11.0
RunDefaultMvcValidationAfterFluentValidationExecutesoption from ASP.NET integration.Optionsproperty from RuleComponent.PropertyValidatorbackwards compatibility layer.Only()to the test helper asserting that no other validation errors were raised.Downloads
Binaries can be downloaded from nuget:
v11.9.1Compare Source
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
Changes in 11.4.0
ScalePrecisionvalidator and introducePrecisionScalevalidator as its replacement (#2030)Changes in 11.3.0
StringSyntaxAttribute.Regexin net7 builds (#1957)Changes in 11.2.2
MemberNameValidatorSelectorshould make use ofPropertyNameResolverwhen parsing expressions (#2003)Changes in 11.2.1
Only()not taking into account parent-level unmatched failures (#1986)Changes in 11.2.0
Includecalls with theMemberNameValidatorSelector(#1989)Changes in 11.1.1
Changes in 11.1.0
ToDictionarymethod toValidationResult(particularly useful when working with Minimal APIs)-InjectValidator(#1960)IValidatorFactoryandServiceProviderValidatorFactory(#1961)services.AddFluentValidationAutoValidation()andservices.AddFluentValidationClientsideAdapters()as replacements forservices.AddFluentValidation()(#1965)Changes in 11.0.3
AsyncValidatorInvokedSynchronouslyExceptionbeing incorrectly thrown when the top-levelWhenmethod withRuleForEach, even when invoked asynchronously (#1955)Changes in 11.0.2
ValidationResultusing System.Text.Json (#1928)Changes in 11.0.1
With*andWithout*assertion methods (#1937)Changes in 11.0
RunDefaultMvcValidationAfterFluentValidationExecutesoption from ASP.NET integration.Optionsproperty from RuleComponent.PropertyValidatorbackwards compatibility layer.Only()to the test helper asserting that no other validation errors were raised.Downloads
Binaries can be downloaded from nuget:
v11.9.0Compare Source
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.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
Changes in 11.4.0
ScalePrecisionvalidator and introducePrecisionScalevalidator as its replacement (#2030)Changes in 11.3.0
StringSyntaxAttribute.Regexin net7 builds (#1957)Changes in 11.2.2
MemberNameValidatorSelectorshould make use ofPropertyNameResolverwhen parsing expressions (#2003)Changes in 11.2.1
Only()not taking into account parent-level unmatched failures (#1986)Changes in 11.2.0
Includecalls with theMemberNameValidatorSelector(#1989)Changes in 11.1.1
Changes in 11.1.0
ToDictionarymethod toValidationResult(particularly useful when working with Minimal APIs)-InjectValidator(#1960)IValidatorFactoryandServiceProviderValidatorFactory(#1961)services.AddFluentValidationAutoValidation()andservices.AddFluentValidationClientsideAdapters()as replacements forservices.AddFluentValidation()(#1965)Changes in 11.0.3
AsyncValidatorInvokedSynchronouslyExceptionbeing incorrectly thrown when the top-levelWhenmethod withRuleForEach, even when invoked asynchronously (#1955)Changes in 11.0.2
ValidationResultusing System.Text.Json (#1928)Changes in 11.0.1
With*andWithout*assertion methods (#1937)Changes in 11.0
RunDefaultMvcValidationAfterFluentValidationExecutesoption from ASP.NET integration.Optionsproperty from RuleComponent.Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.
👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.
This PR was generated by Mend Renovate. View the repository job log.