Skip to content
This repository was archived by the owner on Dec 11, 2020. It is now read-only.

Bump FluentValidation.DependencyInjectionExtensions from 9.0.0 to 9.0.1#339

Merged
dependabot[bot] merged 1 commit intomasterfrom
dependabot/nuget/FluentValidation.DependencyInjectionExtensions-9.0.1
Jul 16, 2020
Merged

Bump FluentValidation.DependencyInjectionExtensions from 9.0.0 to 9.0.1#339
dependabot[bot] merged 1 commit intomasterfrom
dependabot/nuget/FluentValidation.DependencyInjectionExtensions-9.0.1

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jul 15, 2020

Bumps FluentValidation.DependencyInjectionExtensions from 9.0.0 to 9.0.1.

Changelog

Sourced from FluentValidation.DependencyInjectionExtensions's changelog.

9.0.1 - 14 July 2020 Fix assembly version was still 8.

9.0 - 6 July 2020 Removed support for netstandard1.1, netstandard1.6 and net45 (net461 still supported) Removed support for unsupported .NET Core versions (2.2 and 3.0). LTS versions are supported (2.1 and 3.1) Default email validation mode now uses the same logic as ASP.NET Core. Previous regex behaviour is opt-in. TestHelper advanced mode now has more features (see https://docs.fluentvalidation.net/en/latest/testing.html#advanced-test-extensions) Equal/NotEqual now perform ordinal comparison when used with string properties Severity can now be set dynamically with a callback Removed WithLocalizedMessage (WithMessage that takes a callback is the replacement) Removed ResourceName from ValidationFailure Removed ResourceName and ResourceType from IStringSource. Removed SetCollectionValidator which was deprecated in 8.0 Removed DelegatingValidator which was deprecated in 8.x. Additional overload of OnAnyFailure that can receive a collection of validation failures Remove DisplayAttribute integration and reference to DataAnnotations. ComparisonProperty placeholder is now formatted like PropertyName Translations of default error messages into other languages are now lazily-loaded PropertyValidator.ShouldValidateAsync reanamed to ShouldValidateAsynchronously to remove confusion where the naming suggested this was an async method PropertyValidatorContext.Instance renamed to InstanceToValidate for consistency with ValidationContext. Removed various methods from MessageFormatter that were deprecated in 8.x Added Slovenian translations of default error messages. Added Icelandic translations of default error messages. Added WithMessageArgument to the test helpers. Transform can now be used to transform property values to other types. FluentValidationModelValidatorProvider and FluentValidationModelValidator are now public. Add additional overload of SetValidator that takes a Func that receives the current property value. Work around a bug in ASP.NET Core's integration testing components that can cause ConfigureServices to run multiple times. SourceLink integration. {CollectionIndex} placeholder can now be accessed in child validators. Additional ValidationException constructor that allows using both the default message and a custom one together. ScalePrecisionValidator algorithm now matches SQL Server. Additional overload of the When methods that contain the validation context. Automatically scanned types can be excluded when calling RegisterValidatorsFromAssemblyContaining in ASP.NET Core projects. New AutomaticValidationEnabled property for use in ASP.NET Core projects (defaults to true).

8.6.2 - 29 February 2020 Fix CollectionIndex placeholder not working with async workflow.

8.6.1 - 28 December 2019 Add explicit netcoreapp3.1 target to ASP.NET Core integration.

8.6.0 - 4 December 2019 Add support for ASP.NET Core 3.1 Fixed issue with property indexers being incorrectly stripped out when using test extensions. AddToModelState no longer includes a dot if PropertyName is null

8.5.1 - 2 November 2019 Ensure lazily loaded calls to WithMessage can be used for client-side validation, provided they don't attempt to access model properties from inside the delegate (eg when using IStringLocalizer).

Commits

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 will merge this PR once CI passes on it, as requested by @rsg-bot.


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 dependabot bot added .NET 📦 dependencies Pull requests that update a dependency file labels Jul 15, 2020
@github-actions github-actions bot added this to the v7.0.0 milestone Jul 15, 2020
@github-actions github-actions bot removed the .NET label Jul 16, 2020
@david-driscoll david-driscoll added the :shipit: merge Shipit! label Jul 16, 2020
@rsg-bot
Copy link

rsg-bot commented Jul 16, 2020

@dependabot squash and merge

@dependabot dependabot bot force-pushed the dependabot/nuget/FluentValidation.DependencyInjectionExtensions-9.0.1 branch from 6de392e to 2725f02 Compare July 16, 2020 06:44
@codecov
Copy link

codecov bot commented Jul 16, 2020

Codecov Report

Merging #339 into master will not change coverage.
The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##           master     #339   +/-   ##
=======================================
  Coverage   12.64%   12.64%           
=======================================
  Files          20       20           
  Lines         435      435           
  Branches       50       50           
=======================================
  Hits           55       55           
  Misses        380      380           

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 65413db...2725f02. Read the comment docs.

@dependabot dependabot bot merged commit f295f5b into master Jul 16, 2020
@dependabot dependabot bot deleted the dependabot/nuget/FluentValidation.DependencyInjectionExtensions-9.0.1 branch July 16, 2020 06:57
@mergify mergify bot removed the :shipit: merge Shipit! label Jul 16, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

📦 dependencies Pull requests that update a dependency file

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants