Changelog
*Sourced from [FluentValidation's changelog](https://github.com/JeremySkinner/FluentValidation/blob/master/Changelog.txt).*
> 8.4.0 - 10 May 2019
> Added simplified version of several messages across all translations to aid with ASP.NET Clientside validation.
> New enum validator for string properties.
>
> 8.3.0 - 24 April 2019
> Fix issue in ASP.NET Core integration with GetServiceProvider not working correctly when invoked against a CustomContext/MessageBuilderContext.
> Improved how LanguageStringSource works with error-code overrides.
> Fix thread-safety issue with use of PropertyValidatorOptions.Empty (now removed).
> Improved how calls to When/Unless are handled internally.
> DelegatingValidator is now marked as deprecated.
> Improvements to Croatian language translations.
> Improvements to Georgian language translations.
> Resolved subtle bug where top-level WhenAsync wouldn't work correctly when wrapping a top-level call to When.
>
> 8.2.3 - 12 April 2019
> Fix issue with WebApi integration where DataAnnotations validation could generate duplicate messages when used in the same
> project as FluentValidation.
>
> 8.2.2 - 5 April 2019
> Fix typo in FluentValidation.DependencyInjectionExtensions package name.
>
> 8.2.1 - 4 April 2019
> Resolved issue using InjectValidator with RuleForEach.
> Add support for a default IValidatorInterceptor to be registered with the ASP.NET Core Service Provider.
> Added "Without" test extensions for consistency with existing "With" text extensions.
>
> 8.2.0 - 26 March 2019
> Add extensions for injecting child validators using the ASP.NET Core Service Provider.
> WithLocalizedMessage is deprecated. Use the overload of WithMessage that takes a Func instead.
> Implement RuleFor(...).ForEach(...) as an alternative to RuleForEach
>
Commits
- [`f9b06bd`](https://github.com/JeremySkinner/FluentValidation/commit/f9b06bdff1bd12186bb8cadc78946d2a74c6dc7a) Update changelog and bump version.
- [`6a3c3fa`](https://github.com/JeremySkinner/FluentValidation/commit/6a3c3faed75de360a8b41adda90f6667a14889d6) Remove deprecation warning.
- [`e810db7`](https://github.com/JeremySkinner/FluentValidation/commit/e810db7e89be395ad29bf70625a1a3aa5615323c) Async improvements ([#1112](https://github-redirect.dependabot.com/JeremySkinner/fluentvalidation/issues/1112))
- [`f5189eb`](https://github.com/JeremySkinner/FluentValidation/commit/f5189ebc6ed0bb7b63cad8fc485494d280316691) Switch to Directory.Build.Props for common build properties. Update changelog.
- [`8d14cbe`](https://github.com/JeremySkinner/FluentValidation/commit/8d14cbe5d6e07491d6dba6b332de66d72884b52c) Fix typos.
- [`665d7cf`](https://github.com/JeremySkinner/FluentValidation/commit/665d7cff2c285278e0197db311ce7a988cbd7ffa) Fix doc file name for DI extensions
- [`30b70ad`](https://github.com/JeremySkinner/FluentValidation/commit/30b70adb7ebb5393abb1733275aaf965bf0ee13e) new enum validator for string properties ([#1109](https://github-redirect.dependabot.com/JeremySkinner/fluentvalidation/issues/1109))
- [`8e5628a`](https://github.com/JeremySkinner/FluentValidation/commit/8e5628a34170b0ac2517f80fc332699875a79d99) Simplified messages ([#1104](https://github-redirect.dependabot.com/JeremySkinner/fluentvalidation/issues/1104))
- [`5026194`](https://github.com/JeremySkinner/FluentValidation/commit/502619458bd818392a5d458ed830cbc342181269) Update changelog.
- [`9c3a877`](https://github.com/JeremySkinner/FluentValidation/commit/9c3a87732919ed109746a89965654c823542f0cf) Try to fix PR ci pipeline
- Additional commits viewable in [compare view](https://github.com/JeremySkinner/fluentvalidation/compare/8.1.3...8.4.0)
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 ignore this [patch|minor|major] version` will close this PR and stop Dependabot creating any more for this minor/major 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 use these labels` will set the current labels as the default for future PRs for this repo and language
- `@dependabot use these reviewers` will set the current reviewers as the default for future PRs for this repo and language
- `@dependabot use these assignees` will set the current assignees as the default for future PRs for this repo and language
- `@dependabot use this milestone` will set the current milestone as the default for future PRs for this repo and language
- `@dependabot badge me` will comment on this PR with code to add a "Dependabot enabled" badge to your readme
Additionally, you can set the following in your Dependabot [dashboard](https://app.dependabot.com):
- Update frequency (including time of day and day of week)
- Automerge options (never/patch/minor, and dev/runtime dependencies)
- Pull request limits (per update run and/or open at any time)
- Out-of-range updates (receive only lockfile updates, if desired)
- Security updates (receive only security updates, if desired)
Finally, you can contact us by mentioning @dependabot.
Bumps FluentValidation from 8.1.3 to 8.4.0.
Changelog
*Sourced from [FluentValidation's changelog](https://github.com/JeremySkinner/FluentValidation/blob/master/Changelog.txt).* > 8.4.0 - 10 May 2019 > Added simplified version of several messages across all translations to aid with ASP.NET Clientside validation. > New enum validator for string properties. > > 8.3.0 - 24 April 2019 > Fix issue in ASP.NET Core integration with GetServiceProvider not working correctly when invoked against a CustomContext/MessageBuilderContext. > Improved how LanguageStringSource works with error-code overrides. > Fix thread-safety issue with use of PropertyValidatorOptions.Empty (now removed). > Improved how calls to When/Unless are handled internally. > DelegatingValidator is now marked as deprecated. > Improvements to Croatian language translations. > Improvements to Georgian language translations. > Resolved subtle bug where top-level WhenAsync wouldn't work correctly when wrapping a top-level call to When. > > 8.2.3 - 12 April 2019 > Fix issue with WebApi integration where DataAnnotations validation could generate duplicate messages when used in the same > project as FluentValidation. > > 8.2.2 - 5 April 2019 > Fix typo in FluentValidation.DependencyInjectionExtensions package name. > > 8.2.1 - 4 April 2019 > Resolved issue using InjectValidator with RuleForEach. > Add support for a default IValidatorInterceptor to be registered with the ASP.NET Core Service Provider. > Added "Without" test extensions for consistency with existing "With" text extensions. > > 8.2.0 - 26 March 2019 > Add extensions for injecting child validators using the ASP.NET Core Service Provider. > WithLocalizedMessage is deprecated. Use the overload of WithMessage that takes a Func instead. > Implement RuleFor(...).ForEach(...) as an alternative to RuleForEach >Commits
- [`f9b06bd`](https://github.com/JeremySkinner/FluentValidation/commit/f9b06bdff1bd12186bb8cadc78946d2a74c6dc7a) Update changelog and bump version. - [`6a3c3fa`](https://github.com/JeremySkinner/FluentValidation/commit/6a3c3faed75de360a8b41adda90f6667a14889d6) Remove deprecation warning. - [`e810db7`](https://github.com/JeremySkinner/FluentValidation/commit/e810db7e89be395ad29bf70625a1a3aa5615323c) Async improvements ([#1112](https://github-redirect.dependabot.com/JeremySkinner/fluentvalidation/issues/1112)) - [`f5189eb`](https://github.com/JeremySkinner/FluentValidation/commit/f5189ebc6ed0bb7b63cad8fc485494d280316691) Switch to Directory.Build.Props for common build properties. Update changelog. - [`8d14cbe`](https://github.com/JeremySkinner/FluentValidation/commit/8d14cbe5d6e07491d6dba6b332de66d72884b52c) Fix typos. - [`665d7cf`](https://github.com/JeremySkinner/FluentValidation/commit/665d7cff2c285278e0197db311ce7a988cbd7ffa) Fix doc file name for DI extensions - [`30b70ad`](https://github.com/JeremySkinner/FluentValidation/commit/30b70adb7ebb5393abb1733275aaf965bf0ee13e) new enum validator for string properties ([#1109](https://github-redirect.dependabot.com/JeremySkinner/fluentvalidation/issues/1109)) - [`8e5628a`](https://github.com/JeremySkinner/FluentValidation/commit/8e5628a34170b0ac2517f80fc332699875a79d99) Simplified messages ([#1104](https://github-redirect.dependabot.com/JeremySkinner/fluentvalidation/issues/1104)) - [`5026194`](https://github.com/JeremySkinner/FluentValidation/commit/502619458bd818392a5d458ed830cbc342181269) Update changelog. - [`9c3a877`](https://github.com/JeremySkinner/FluentValidation/commit/9c3a87732919ed109746a89965654c823542f0cf) Try to fix PR ci pipeline - Additional commits viewable in [compare view](https://github.com/JeremySkinner/fluentvalidation/compare/8.1.3...8.4.0)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 ignore this [patch|minor|major] version` will close this PR and stop Dependabot creating any more for this minor/major 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 use these labels` will set the current labels as the default for future PRs for this repo and language - `@dependabot use these reviewers` will set the current reviewers as the default for future PRs for this repo and language - `@dependabot use these assignees` will set the current assignees as the default for future PRs for this repo and language - `@dependabot use this milestone` will set the current milestone as the default for future PRs for this repo and language - `@dependabot badge me` will comment on this PR with code to add a "Dependabot enabled" badge to your readme Additionally, you can set the following in your Dependabot [dashboard](https://app.dependabot.com): - Update frequency (including time of day and day of week) - Automerge options (never/patch/minor, and dev/runtime dependencies) - Pull request limits (per update run and/or open at any time) - Out-of-range updates (receive only lockfile updates, if desired) - Security updates (receive only security updates, if desired) Finally, you can contact us by mentioning @dependabot.