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.3.0
->11.7.1
2.6.508
->2.6.601
1.7.0
->1.8.0
0.2.1
->0.6.4
7.0.0
->7.0.1
7.0.0
->7.0.1
7.0.0
->7.0.1
7.2.3
->7.2.4
5.5.1
->5.7.0
0.45.0
->0.47.0
v3.0.11
->v3.3.1
v3.1.0
->v3.5.3
2.28.4
->2.31.12
0.5.11
->0.6.11
3.0.0
->3.1.0
v2.1.0
->v2.2.0
v2.1.0
->v2.2.0
v2.2.1
->v2.9.1
3.10.2
->3.12.3
1.25.4
->1.27.4
Release Notes
JeremySkinner/fluentvalidation (FluentValidation)
v11.7.1
Compare 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.AspNetCore
package has been moved to a separate repository and is now versioned and released separately. These release notes now only apply to the coreFluentValidation
package. ForFluentValidation.AspNetCore
release notes, please visit the FluentValidation.AspNetCore repository.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)Transform
andTransformAsync
methods (See #2072 for migration steps)Changes in 11.5.0
Changes in 11.4.0
ScalePrecision
validator and introducePrecisionScale
validator as its replacement (#2030)Changes in 11.3.0
StringSyntaxAttribute.Regex
in net7 builds (#1957)Changes in 11.2.2
MemberNameValidatorSelector
should make use ofPropertyNameResolver
when parsing expressions (#2003)Changes in 11.2.1
Only()
not taking into account parent-level unmatched failures (#1986)Changes in 11.2.0
Include
calls with theMemberNameValidatorSelector
(#1989)Changes in 11.1.1
Changes in 11.1.0
ToDictionary
method toValidationResult
(particularly useful when working with Minimal APIs)-InjectValidator
(#1960)IValidatorFactory
andServiceProviderValidatorFactory
(#1961)services.AddFluentValidationAutoValidation()
andservices.AddFluentValidationClientsideAdapters()
as replacements forservices.AddFluentValidation()
(#1965)Changes in 11.0.3
AsyncValidatorInvokedSynchronouslyException
being incorrectly thrown when the top-levelWhen
method withRuleForEach
, even when invoked asynchronously (#1955)Changes in 11.0.2
ValidationResult
using System.Text.Json (#1928)Changes in 11.0.1
With*
andWithout*
assertion methods (#1937)Changes in 11.0
RunDefaultMvcValidationAfterFluentValidationExecutes
option from ASP.NET integration.Options
property from RuleComponent.PropertyValidator
backwards compatibility layer.Only()
to the test helper asserting that no other validation errors were raised.Downloads
Binaries can be downloaded from nuget:
v11.7.0
Compare 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.AspNetCore
package has been moved to a separate repository and is now versioned and released separately. These release notes now only apply to the coreFluentValidation
package. ForFluentValidation.AspNetCore
release notes, please visit the FluentValidation.AspNetCore repository.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)Transform
andTransformAsync
methods (See #2072 for migration steps)Changes in 11.5.0
Changes in 11.4.0
ScalePrecision
validator and introducePrecisionScale
validator as its replacement (#2030)Changes in 11.3.0
StringSyntaxAttribute.Regex
in net7 builds (#1957)Changes in 11.2.2
MemberNameValidatorSelector
should make use ofPropertyNameResolver
when parsing expressions (#2003)Changes in 11.2.1
Only()
not taking into account parent-level unmatched failures (#1986)Changes in 11.2.0
Include
calls with theMemberNameValidatorSelector
(#1989)Changes in 11.1.1
Changes in 11.1.0
ToDictionary
method toValidationResult
(particularly useful when working with Minimal APIs)-InjectValidator
(#1960)IValidatorFactory
andServiceProviderValidatorFactory
(#1961)services.AddFluentValidationAutoValidation()
andservices.AddFluentValidationClientsideAdapters()
as replacements forservices.AddFluentValidation()
(#1965)Changes in 11.0.3
AsyncValidatorInvokedSynchronouslyException
being incorrectly thrown when the top-levelWhen
method withRuleForEach
, even when invoked asynchronously (#1955)Changes in 11.0.2
ValidationResult
using System.Text.Json (#1928)Changes in 11.0.1
With*
andWithout*
assertion methods (#1937)Changes in 11.0
RunDefaultMvcValidationAfterFluentValidationExecutes
option from ASP.NET integration.Options
property from RuleComponent.PropertyValidator
backwards compatibility layer.Only()
to the test helper asserting that no other validation errors were raised.Downloads
Binaries can be downloaded from nuget:
v11.6.0
Compare 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.AspNetCore
package has been moved to a separate repository and is now versioned and released separately. These release notes now only apply to the coreFluentValidation
package. ForFluentValidation.AspNetCore
release notes, please visit the FluentValidation.AspNetCore repository.Changes in 11.6.0
Changes in 11.5.2
Changes in 11.5.1
AbstractValidator.EnsureInstanceNotNull
(See #2069 for migration steps)Transform
andTransformAsync
methods (See #2072 for migration steps)Changes in 11.5.0
Changes in 11.4.0
ScalePrecision
validator and introducePrecisionScale
validator as its replacement (#2030)Changes in 11.3.0
StringSyntaxAttribute.Regex
in net7 builds (#1957)Changes in 11.2.2
MemberNameValidatorSelector
should make use ofPropertyNameResolver
when parsing expressions (#2003)Changes in 11.2.1
Only()
not taking into account parent-level unmatched failures (#1986)Changes in 11.2.0
Include
calls with theMemberNameValidatorSelector
(#1989)Changes in 11.1.1
Changes in 11.1.0
ToDictionary
method toValidationResult
(particularly useful when working with Minimal APIs)-InjectValidator
(#1960)IValidatorFactory
andServiceProviderValidatorFactory
(#1961)services.AddFluentValidationAutoValidation()
andservices.AddFluentValidationClientsideAdapters()
as replacements forservices.AddFluentValidation()
(#1965)Changes in 11.0.3
AsyncValidatorInvokedSynchronouslyException
being incorrectly thrown when the top-levelWhen
method withRuleForEach
, even when invoked asynchronously (#1955)Changes in 11.0.2
ValidationResult
using System.Text.Json (#1928)Changes in 11.0.1
With*
andWithout*
assertion methods (#1937)Changes in 11.0
RunDefaultMvcValidationAfterFluentValidationExecutes
option from ASP.NET integration.Options
property from RuleComponent.PropertyValidator
backwards compatibility layer.Only()
to the test helper asserting that no other validation errors were raised.Downloads
Binaries can be downloaded from nuget:
v11.5.2
Compare 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.AspNetCore
package has been moved to a separate repository and is now versioned and released separately. These release notes now only apply to the coreFluentValidation
package. ForFluentValidation.AspNetCore
release notes, please visit the FluentValidation.AspNetCore repository.Changes in 11.5.2
Changes in 11.5.1
AbstractValidator.EnsureInstanceNotNull
(See #2069 for migration steps)Transform
andTransformAsync
methods (See #2072 for migration steps)Changes in 11.5.0
Changes in 11.4.0
ScalePrecision
validator and introducePrecisionScale
validator as its replacement (#2030)Changes in 11.3.0
StringSyntaxAttribute.Regex
in net7 builds (#1957)Changes in 11.2.2
MemberNameValidatorSelector
should make use ofPropertyNameResolver
when parsing expressions (#2003)Changes in 11.2.1
Only()
not taking into account parent-level unmatched failures (#1986)Changes in 11.2.0
Include
calls with theMemberNameValidatorSelector
(#1989)Changes in 11.1.1
Changes in 11.1.0
ToDictionary
method toValidationResult
(particularly useful when working with Minimal APIs)-InjectValidator
(#1960)IValidatorFactory
andServiceProviderValidatorFactory
(#1961)services.AddFluentValidationAutoValidation()
andservices.AddFluentValidationClientsideAdapters()
as replacements forservices.AddFluentValidation()
(#1965)Changes in 11.0.3
AsyncValidatorInvokedSynchronouslyException
being incorrectly thrown when the top-levelWhen
method withRuleForEach
, even when invoked asynchronously (#1955)Changes in 11.0.2
ValidationResult
using System.Text.Json (#1928)Changes in 11.0.1
With*
andWithout*
assertion methods (#1937)Changes in 11.0
RunDefaultMvcValidationAfterFluentValidationExecutes
option from ASP.NET integration.Options
property from RuleComponent.PropertyValidator
backwards compatibility layer.Only()
to the test helper asserting that no other validation errors were raised.Downloads
Binaries can be downloaded from nuget:
v11.5.1
Compare 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.AspNetCore
package has been moved to a separate repository and is now versioned and released separately. These release notes now only apply to the coreFluentValidation
package. ForFluentValidation.AspNetCore
release notes, please visit the FluentValidation.AspNetCore repository.Changes in 11.5.1
AbstractValidator.EnsureInstanceNotNull
(See #2069 for migration steps)Transform
andTransformAsync
methods (See #2072 for migration steps)Changes in 11.5.0
Changes in 11.4.0
ScalePrecision
validator and introducePrecisionScale
validator as its replacement (#2030)Changes in 11.3.0
StringSyntaxAttribute.Regex
in net7 builds (#1957)Changes in 11.2.2
MemberNameValidatorSelector
should make use ofPropertyNameResolver
when parsing expressions (#2003)Changes in 11.2.1
Only()
not taking into account parent-level unmatched failures (#1986)Changes in 11.2.0
Include
calls with theMemberNameValidatorSelector
(#1989)Changes in 11.1.1
Changes in 11.1.0
ToDictionary
method toValidationResult
(particularly useful when working with Minimal APIs)-InjectValidator
(#1960)IValidatorFactory
andServiceProviderValidatorFactory
(#1961)services.AddFluentValidationAutoValidation()
andservices.AddFluentValidationClientsideAdapters()
as replacements forservices.AddFluentValidation()
(#1965)Changes in 11.0.3
AsyncValidatorInvokedSynchronouslyException
being incorrectly thrown when the top-levelWhen
method withRuleForEach
, even when invoked asynchronously (#1955)Changes in 11.0.2
ValidationResult
using System.Text.Json (#1928)Changes in 11.0.1
With*
andWithout*
assertion methods (#1937)Changes in 11.0
RunDefaultMvcValidationAfterFluentValidationExecutes
option from ASP.NET integration.Options
property from RuleComponent.PropertyValidator
backwards compatibility layer.Only()
to the test helper asserting that no other validation errors were raised.Downloads
Binaries can be downloaded from nuget:
v11.5.0
Compare 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.AspNetCore
package has been moved to a separate repository and is now versioned and released separately. These release notes now only apply to the coreFluentValidation
package. ForFluentValidation.AspNetCore
release notes, please visit the FluentValidation.AspNetCore repository.Changes in 11.5.0
Changes in 11.4.0
ScalePrecision
validator and introducePrecisionScale
validator as its replacement (#2030)Changes in 11.3.0
StringSyntaxAttribute.Regex
in net7 builds (#1957)Changes in 11.2.2
MemberNameValidatorSelector
should make use ofPropertyNameResolver
when parsing expressions (#2003)Changes in 11.2.1
Only()
not taking into account parent-level unmatched failures (#1986)Changes in 11.2.0
Include
calls with theMemberNameValidatorSelector
(#1989)Changes in 11.1.1
Changes in 11.1.0
ToDictionary
method toValidationResult
(particularly useful when working with Minimal APIs)-InjectValidator
(#1960)IValidatorFactory
andServiceProviderValidatorFactory
(#1961)services.AddFluentValidationAutoValidation()
andservices.AddFluentValidationClientsideAdapters()
as replacements forservices.AddFluentValidation()
(#1965)Changes in 11.0.3
AsyncValidatorInvokedSynchronouslyException
being incorrectly thrown when the top-levelWhen
method withRuleForEach
, even when invoked asynchronously (#1955)Changes in 11.0.2
ValidationResult
using System.Text.Json (#1928)Changes in 11.0.1
With*
andWithout*
assertion methods (#1937)Changes in 11.0
RunDefaultMvcValidationAfterFluentValidationExecutes
option from ASP.NET integration.Options
property from RuleComponent.PropertyValidator
backwards compatibility layer.Only()
to the test helper asserting that no other validation errors were raised.Downloads
Binaries can be downloaded from nuget:
v11.4.0
Compare 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.AspNetCore
package has been moved to a separate repository and is now versioned and released separately. These release notes now only apply to the coreFluentValidation
package. ForFluentValidation.AspNetCore
release notes, please visit the FluentValidation.AspNetCore repository.Changes in 11.4.0
ScalePrecision
validator and introducePrecisionScale
validator as its replacement (#2030)Changes in 11.3.0
StringSyntaxAttribute.Regex
in net7 builds (#1957)Changes in 11.2.2
MemberNameValidatorSelector
should make use ofPropertyNameResolver
when parsing expressions (#2003)Changes in 11.2.1
Only()
not taking into account parent-level unmatched failures (#1986)Changes in 11.2.0
Include
calls with theMemberNameValidatorSelector
(#1989)Changes in 11.1.1
Changes in 11.1.0
ToDictionary
method toValidationResult
(particularly useful when working with Minimal APIs)-InjectValidator
(#1960)IValidatorFactory
andServiceProviderValidatorFactory
(#1961)services.AddFluentValidationAutoValidation()
andservices.AddFluentValidationClientsideAdapters()
as replacements forservices.AddFluentValidation()
(#1965)Changes in 11.0.3
AsyncValidatorInvokedSynchronouslyException
being incorrectly thrown when the top-levelWhen
method withRuleForEach
, even when invoked asynchronously (#1955)Changes in 11.0.2
ValidationResult
using System.Text.Json (#1928)Changes in 11.0.1
With*
andWithout*
assertion methods (#1937)Changes in 11.0
RunDefaultMvcValidationAfterFluentValidationExecutes
option from ASP.NET integration.Options
property from RuleComponent.PropertyValidator
backwards compatibility layer.Only()
to the test helper asserting that no other validation errors were raised.Downloads
Binaries can be downloaded from nuget:
dotnet/runtime (Microsoft.Extensions.Hosting)
v7.0.1
: .NET 7.0.1Release
App-vNext/Polly (Polly)
v7.2.4
Compare Source
scriban/scriban (Scriban)
v5.7.0
Compare Source
Changes
🐛 Bug Fixes
0c7ad98
)fb4386d
)📚 Documentation
85b2aab
)🧰 Misc
6c6d419
)8953646
)Full Changelog: 5.6.0...5.7.0
Published with dotnet-releaser
v5.6.0
Compare Source
Changes
✨ New Features
76212e0
)🐛 Bug Fixes
🏭 Tests
c2cd3dc
)8ed097f
)🧰 Misc
Full Changelog: 5.5.2...5.6.0
Published with dotnet-releaser
v5.5.2
Compare Source
Changes
🧰 Misc
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 has been generated by Mend Renovate. View repository job log here.