Skip to content

Bump FluentValidation from 10.0.3 to 10.0.4#141

Merged
Matthiee merged 1 commit intomasterfrom
dependabot/nuget/FluentValidation-10.0.4
Apr 19, 2021
Merged

Bump FluentValidation from 10.0.3 to 10.0.4#141
Matthiee merged 1 commit intomasterfrom
dependabot/nuget/FluentValidation-10.0.4

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

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

Bumps FluentValidation from 10.0.3 to 10.0.4.

Release notes

Sourced from FluentValidation's releases.

10.0.4

Release notes

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

Changes in 10.0.4

  • Resolved an issue where async conditions were run synchronously when applied to synchronous property validators

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.4 - 17 April 2021 Fix a bug where async conditions were sometimes run synchronously.

Commits
  • de7a28b Fix a bug where async conditions were sometimes run synchronously.
  • a7f019d Update README.md
  • 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 19, 2021
@dependabot dependabot Bot requested a review from Matthiee April 19, 2021 07:07
@codecov-commenter
Copy link
Copy Markdown

Codecov Report

Merging #141 (efde6cc) into master (9ff32ca) will not change coverage.
The diff coverage is n/a.

@@           Coverage Diff           @@
##           master     #141   +/-   ##
=======================================
  Coverage   87.58%   87.58%           
=======================================
  Files          53       53           
  Lines        1651     1651           
  Branches      307      307           
=======================================
  Hits         1446     1446           
  Misses        124      124           
  Partials       81       81           

@Matthiee Matthiee merged commit 5b43dee into master Apr 19, 2021
@Matthiee Matthiee deleted the dependabot/nuget/FluentValidation-10.0.4 branch April 19, 2021 20: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.

2 participants