Skip to content

Bump FluentValidation from 10.0.2 to 10.0.3#140

Merged
Matthiee merged 1 commit intomasterfrom
dependabot/nuget/FluentValidation-10.0.3
Apr 16, 2021
Merged

Bump FluentValidation from 10.0.2 to 10.0.3#140
Matthiee merged 1 commit intomasterfrom
dependabot/nuget/FluentValidation-10.0.3

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot Bot commented on behalf of github Apr 16, 2021

Bumps FluentValidation from 10.0.2 to 10.0.3.

Release notes

Sourced from FluentValidation's releases.

10.0.3

Release notes

Please read the upgrade guide if you are moving from 9.x to 10.x

Changes in 10.0.3

  • Fix ArgumentOutOfRangeException when condition returns false for RuleForEach containing multiple components (#1698)

Changes in 10.0.2

  • ErrorCode is now exposed on IRuleComponent

Changes in 10.0.1

  • Add GetPropertyValue to IValidationRule to support #1688
  • Context object is now strongly typed inside IValidationRule<T>.ApplyCondition/ApplyAsyncCondition for users of the internal API

Changes in 10.0.0

  • Various performance improvements throughout the library
  • Collection rules now only iterate the collection once
  • Property validator classes are now generic
  • Deprecated non-generic PropertyValidator.
  • Changed type of ValidationResult.Errors from IList<ValidationFailure> to List<ValidationFailure>
  • The internal API now uses generics.
  • Various property validator options have been seperated into RuleComponents.
  • Various parts of the internal API are now internal (PropertyRule, CollectionPropertyRule etc).
  • ValidatorDescriptor now returns rule components in various places, where PropertyValidators were previously returned
  • Default service lifetime in ASP.NET projects is now Scoped rather than Transient.
  • Combined IActionContextValidatorInterceptor and IValidatorInterceptor.
  • Changes to the ASP.NET Client Validator Adaptor interfaces. These now receive the rule component.
  • Removed deprecated IStringSource and its inheritors.
  • Removed deprecated FormattedMessageArguments from ValidationFailure.
  • Removed other deprecated code.

Downloads

Binaries can be downloaded from nuget:

Changelog

Sourced from FluentValidation's changelog.

10.0.3 - 15 April 2021 Fix ArgumentOutOfRangeException when condition returns false for RuleForEach containing multiple components (#1698)

Commits
  • db0879b Fix #1698 ArgumentOutOfRangeException when condition returns false for RuleFo...
  • 7c0251a Update bug_report.yml
  • 19112f9 Remove references to WebApi/MVC5 integration
  • aa4d86a Update aspnet.md
  • e8f809b Remove deprecated issue template key
  • See full diff in compare view

Dependabot compatibility score

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 rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot ignore this major version will 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 version will 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 dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

@dependabot dependabot Bot added the dependencies Pull requests that update a dependency file label Apr 16, 2021
@dependabot dependabot Bot requested a review from Matthiee April 16, 2021 05:50
@Matthiee Matthiee merged commit 9ff32ca into master Apr 16, 2021
@dependabot dependabot Bot deleted the dependabot/nuget/FluentValidation-10.0.3 branch April 16, 2021 16:17
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant