Changelog
*Sourced from [FluentValidation's changelog](https://github.com/JeremySkinner/FluentValidation/blob/master/Changelog.txt).*
> 8.3.0 - 24 April 2019
> Changes in 8.3.0:
> 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.
> ShouldHaveChildValidator 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
- [`8bbe5d7`](https://github.com/JeremySkinner/FluentValidation/commit/8bbe5d74910a3bf2e9382cd9ca6879f441927840) Update changelog.
- [`0d8d308`](https://github.com/JeremySkinner/FluentValidation/commit/0d8d30867ab214770d537f48f050055f7141a378) Ensure that GetServiceProvider works for other context types.
- [`cb6ac2f`](https://github.com/JeremySkinner/FluentValidation/commit/cb6ac2ff3e092fc703ac2cc2e67071a5362e28d8) Simplify test execution, and run both netcoreapp2.1 and netcoreapp2.2 tests o...
- [`8fd5179`](https://github.com/JeremySkinner/FluentValidation/commit/8fd51799328556725505ed430c5f2b05f05897e4) Simplify PropertyRule.CurrentValidator.
- [`50dd97f`](https://github.com/JeremySkinner/FluentValidation/commit/50dd97fbb4293f161ccac479aeea40bc80b4d097) Switch to posh-build 0.2 and speed up posh-build install.
- [`ccc369b`](https://github.com/JeremySkinner/FluentValidation/commit/ccc369b9b1de07bcfadd95daff5d5500fcead18e) Set up CI with Azure Pipelines ([#1094](https://github-redirect.dependabot.com/JeremySkinner/fluentvalidation/issues/1094))
- [`50b1f5a`](https://github.com/JeremySkinner/FluentValidation/commit/50b1f5adbca421cb4526c921c34c33d97b885e70) Changes in Georgian language translations ([#1092](https://github-redirect.dependabot.com/JeremySkinner/fluentvalidation/issues/1092))
- [`b76150f`](https://github.com/JeremySkinner/FluentValidation/commit/b76150f989783f410538fce9b20914329750d61a) Fix incorrect condition check in ApplySharedAsyncCondition.
- [`6b9b19d`](https://github.com/JeremySkinner/FluentValidation/commit/6b9b19d9b5b9314dad27075b1c1dccb61c506ec5) Update minimum required SDK
- [`d3993f5`](https://github.com/JeremySkinner/FluentValidation/commit/d3993f5b34ed4824dcb740e5696efe90213e8e6c) Make sure rules with conditions are still execluded from clientside integrati...
- Additional commits viewable in [compare view](https://github.com/JeremySkinner/fluentvalidation/compare/8.1.3...8.3.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.3.0.
Changelog
*Sourced from [FluentValidation's changelog](https://github.com/JeremySkinner/FluentValidation/blob/master/Changelog.txt).* > 8.3.0 - 24 April 2019 > Changes in 8.3.0: > 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. > ShouldHaveChildValidator 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
- [`8bbe5d7`](https://github.com/JeremySkinner/FluentValidation/commit/8bbe5d74910a3bf2e9382cd9ca6879f441927840) Update changelog. - [`0d8d308`](https://github.com/JeremySkinner/FluentValidation/commit/0d8d30867ab214770d537f48f050055f7141a378) Ensure that GetServiceProvider works for other context types. - [`cb6ac2f`](https://github.com/JeremySkinner/FluentValidation/commit/cb6ac2ff3e092fc703ac2cc2e67071a5362e28d8) Simplify test execution, and run both netcoreapp2.1 and netcoreapp2.2 tests o... - [`8fd5179`](https://github.com/JeremySkinner/FluentValidation/commit/8fd51799328556725505ed430c5f2b05f05897e4) Simplify PropertyRule.CurrentValidator. - [`50dd97f`](https://github.com/JeremySkinner/FluentValidation/commit/50dd97fbb4293f161ccac479aeea40bc80b4d097) Switch to posh-build 0.2 and speed up posh-build install. - [`ccc369b`](https://github.com/JeremySkinner/FluentValidation/commit/ccc369b9b1de07bcfadd95daff5d5500fcead18e) Set up CI with Azure Pipelines ([#1094](https://github-redirect.dependabot.com/JeremySkinner/fluentvalidation/issues/1094)) - [`50b1f5a`](https://github.com/JeremySkinner/FluentValidation/commit/50b1f5adbca421cb4526c921c34c33d97b885e70) Changes in Georgian language translations ([#1092](https://github-redirect.dependabot.com/JeremySkinner/fluentvalidation/issues/1092)) - [`b76150f`](https://github.com/JeremySkinner/FluentValidation/commit/b76150f989783f410538fce9b20914329750d61a) Fix incorrect condition check in ApplySharedAsyncCondition. - [`6b9b19d`](https://github.com/JeremySkinner/FluentValidation/commit/6b9b19d9b5b9314dad27075b1c1dccb61c506ec5) Update minimum required SDK - [`d3993f5`](https://github.com/JeremySkinner/FluentValidation/commit/d3993f5b34ed4824dcb740e5696efe90213e8e6c) Make sure rules with conditions are still execluded from clientside integrati... - Additional commits viewable in [compare view](https://github.com/JeremySkinner/fluentvalidation/compare/8.1.3...8.3.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.