Open
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #43 +/- ##
==========================================
- Coverage 74.19% 72.58% -1.62%
==========================================
Files 28 28
Lines 124 124
Branches 0 7 +7
==========================================
- Hits 92 90 -2
Misses 32 32
- Partials 0 2 +2 ☔ View full report in Codecov by Sentry. |
ef649d8 to
278a8e5
Compare
488d8c0 to
d082f94
Compare
05559eb to
52a85c3
Compare
77b6dd8 to
551591a
Compare
866f0a1 to
45e9f98
Compare
8f6502b to
323a915
Compare
5418d1d to
bd3b268
Compare
30f03f4 to
aa46f5f
Compare
2ac475e to
1d2d841
Compare
d1ed92e to
06b95ae
Compare
027d887 to
0299e18
Compare
317e718 to
070a8e2
Compare
53a6fc2 to
35e3c3c
Compare
2c32fab to
f23380e
Compare
0c85bdf to
31af60d
Compare
f99f0d8 to
0683035
Compare
a7ee2af to
478f906
Compare
e32f9bc to
7933309
Compare
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.07.0.1→7.0.207.0.0→7.0.207.0.0→7.0.2017.4.1→17.14.14.2.0→4.15.04.1.0→4.3.01.2.0-beta.435→1.2.0-beta.5566.4.0→6.9.019.5.0→19.14.18.7.0→8.9.13.0.0→3.2.07.0.101→7.0.4104.2.0→4.3.02.4.2→2.9.22.4.5→2.8.2Release Notes
JeremySkinner/fluentvalidation (FluentValidation.DependencyInjectionExtensions)
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([#̴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.