-
Notifications
You must be signed in to change notification settings - Fork 9
Bump FluentValidation from 8.5.1 to 9.2.2 #86
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Merged
Matthiee
merged 4 commits into
releases/0.4
from
dependabot/nuget/FluentValidation-9.2.2
Sep 20, 2020
Merged
Bump FluentValidation from 8.5.1 to 9.2.2 #86
Matthiee
merged 4 commits into
releases/0.4
from
dependabot/nuget/FluentValidation-9.2.2
Sep 20, 2020
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Bumps [FluentValidation](https://github.com/JeremySkinner/fluentvalidation) from 8.5.1 to 9.2.2. - [Release notes](https://github.com/JeremySkinner/fluentvalidation/releases) - [Changelog](https://github.com/FluentValidation/FluentValidation/blob/master/Changelog.txt) - [Commits](FluentValidation/FluentValidation@8.5.1...9.2.2) Signed-off-by: dependabot[bot] <support@github.com>
@dependabot rebase |
Codecov Report
@@ Coverage Diff @@
## releases/0.4 #86 +/- ##
=============================================
Coverage 86.73% 86.73%
=============================================
Files 42 42
Lines 1221 1221
Branches 202 202
=============================================
Hits 1059 1059
Misses 104 104
Partials 58 58 |
Matthiee
approved these changes
Sep 20, 2020
Matthiee
added a commit
that referenced
this pull request
Sep 20, 2020
* Improve Dependency Injection (#71) * Rename to BaseArgumentResolver * Add resolvers as part of DI * Remove obsolete IArgumentResolverFactory * Remove IContainerResolver will be replaced with IServiceProvider * Use IServiceProvider for resolving fixes #70 * Update readme * Add more services to the ServiceCollection * Use DI in printer tests * Add IUsagePrinter to interface * Improve DI flow * Use ActivatorUtilities to instantiate CommandLineOption * Use CreateInstance instead of newing up a new instance. * Improve extension method to allow chaining * Add basic logger * Add logger service in tests * Add logging in all tests! * Allow non generic command to be registered (#78) * Allow non generic commands to be registered (#77) * Refactor RegisterCommand<TCommand> * Allow non generic commands to be discovered * Register non generic command using model (#83) * Allow non generic commands to be registered using models fixes #82 and improves #77 * Fix issue with registering non generic sub command * Remove IgnoreAttribute fixes #80 (#84) * Update version to 0.4 * Bump FluentValidation from 8.5.1 to 9.2.2 (#86) * Bump FluentValidation from 8.5.1 to 9.2.2 Bumps [FluentValidation](https://github.com/JeremySkinner/fluentvalidation) from 8.5.1 to 9.2.2. - [Release notes](https://github.com/JeremySkinner/fluentvalidation/releases) - [Changelog](https://github.com/FluentValidation/FluentValidation/blob/master/Changelog.txt) - [Commits](FluentValidation/FluentValidation@8.5.1...9.2.2) Signed-off-by: dependabot[bot] <support@github.com> * Fix build, upgrade fluent validation https://docs.fluentvalidation.net/en/latest/upgrading-to-9.html * bump version in nuspec Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Matthias Beerens <3512339+Matthiee@users.noreply.github.com> * Cleanup 0.4 release (#85) * Refactor InitializeModel into seperate class * Split complex ParseOptions method * Add braces * Split complex ParseCommands and ParseCommandsAsync method * Refactor if statements in HelpRequested method * Remove redundant assignment * Remove unused usings * Revert returning help requested state to caller * Improve if statements * Add xml comment * Add more xml documentation * Add validator xml comments * Update sample app * Improve test coverage * Add xml comment Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
# for free
to join this conversation on GitHub.
Already have an account?
# to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Bumps FluentValidation from 8.5.1 to 9.2.2.
Release notes
Sourced from FluentValidation's releases.
Changelog
Sourced from FluentValidation's changelog.
Commits
448180d
Remove release workflow. Run manually instead.be6a295
Fix #1528 one of the inheritance validator overloads not working correctly.6aeb6b6
Bump version numberf10d5b7
Update changelog.2adba70
Add non-generic method to PolymorphicValidator for inheritors to customize.2e0646e
Added Bengali language (#1517)fb93c6c
Update PersianLanguage.cs (#1513)d4deb53
Update changelog1cc1af4
Disable version suffix increment in CI for now9bb981b
Bump versionDependabot 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)