Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update fluentvalidation to v11.1.0 #1163

Merged
merged 1 commit into from
Jun 23, 2022
Merged

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Jun 22, 2022

Mend Renovate

This PR contains the following updates:

Package Type Update Change
FluentValidation (source) nuget minor 11.0.3 -> 11.1.0
FluentValidation.AspNetCore (source) nuget minor 11.0.3 -> 11.1.0
FluentValidation.DependencyInjectionExtensions (source) nuget minor 11.0.3 -> 11.1.0

Release Notes

JeremySkinner/fluentvalidation

v11.1.0

Compare Source

Release notes

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

Changes in 11.1.0
  • Added a ToDictionary method to ValidationResult (particularly useful when working with Minimal APIs)-
  • MVC auto validation: Deprecated Implicit validation of child properties (#​1960)
  • MVC auto validation: Deprecated Implicit validation of root collection elements (#​1960)
  • Deprecated InjectValidator (#​1960)
  • Deprecated IValidatorFactory and ServiceProviderValidatorFactory (#​1961)
  • Introduce services.AddFluentValidationAutoValidation() and services.AddFluentValidationClientsideAdapters() as replacements for services.AddFluentValidation() (#​1965)
  • Remove duplication between sync and async validation in the internal model.
Changes in 11.0.3
  • Fix AsyncValidatorInvokedSynchronouslyException being incorrectly thrown when the top-level When method with RuleForEach, even when invoked asynchronously (#​1955)
Changes in 11.0.2
  • Child validator contexts now contain a reference to their parent context (#​1945)
  • Support deserialization of ValidationResult using System.Text.Json (#​1928)
Changes in 11.0.1
  • Fix regression in the Test Helper affecting the With* and Without* assertion methods (#​1937)
Changes in 11.0
  • Throw exceptions when async validator is invoked synchronously (#​1705)
  • Removal deprecated OnFailure/OnAnyFailure callbacks.
  • Remove deprecated RunDefaultMvcValidationAfterFluentValidationExecutes option from ASP.NET integration.
  • Remove deprecated Options property from RuleComponent.
  • Remove deprecated TestHelper methods.
  • Remove non-generic PropertyValidator backwards compatibility layer.
  • Add method Only() to the test helper asserting that no other validation errors were raised.
  • Ensure property covariance is properly handled throughout the internal model (#​1713)
Downloads

Binaries can be downloaded from nuget:


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 becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about these updates again.


  • If you want to rebase/retry this PR, click this checkbox.

This PR has been generated by Mend Renovate. View repository job log here.

@renovate renovate bot added the 📦 dependencies Pull requests that update a dependency file label Jun 22, 2022
@github-actions github-actions bot added this to the v0.1.0 milestone Jun 22, 2022
@david-driscoll david-driscoll merged commit 5132d91 into master Jun 23, 2022
@david-driscoll david-driscoll deleted the renovate/fluentvalidation branch June 23, 2022 20:43
@rsg-bot rsg-bot modified the milestones: v0.1.0, v0.1.1 Dec 15, 2022
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