-
Notifications
You must be signed in to change notification settings - Fork 15
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
Bump FluentAssertions from 6.7.0 to 6.8.0 #159
Merged
Merged
Conversation
This file contains 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 [FluentAssertions](https://github.com/fluentassertions/fluentassertions) from 6.7.0 to 6.8.0. - [Release notes](https://github.com/fluentassertions/fluentassertions/releases) - [Changelog](https://github.com/fluentassertions/fluentassertions/blob/develop/AcceptApiChanges.ps1) - [Commits](fluentassertions/fluentassertions@6.7.0...6.8.0) --- updated-dependencies: - dependency-name: FluentAssertions dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
@dependabot mergeOn 24 Oct 2022, at 18:55, dependabot[bot] ***@***.***> wrote:Bumps FluentAssertions from 6.7.0 to 6.8.0.
Release notes
Sourced from FluentAssertions's releases.
6.8.0
What's Changed
New features
Extend collection assertions with ContainInConsecutiveOrder and NotContainInConsecutiveOrder by @StacyCash in fluentassertions/fluentassertions#1963
Added NotCompleteWithinAsync for Task assertions by @lg2de in fluentassertions/fluentassertions#1967
Added assertions for non-generic TaskCompletionSource by @lg2de in fluentassertions/fluentassertions#1961
Exposes the IMonitor object to extensions methods. by @A-Kjeldgaard in fluentassertions/fluentassertions#2010
Improvements
Optimize BeEquivalentTo by @jnyrup in fluentassertions/fluentassertions#1939
Print commas at the end of the line by @ronaldkroon in fluentassertions/fluentassertions#1945
Avoid allocating sub-arrays in ContainInOrder by @jnyrup in fluentassertions/fluentassertions#1960
Extend IObjectInfo with info about DeclaringType by @dennisdoomen in fluentassertions/fluentassertions#1950
Prepare constructors of AsyncFunctionAssertions to make them protected in V7 by @lg2de in fluentassertions/fluentassertions#1972
Calculate the difference between the subject and the expected nearby time by @IT-VBFK in fluentassertions/fluentassertions#2013
Fixes
Filter dynamic methods from stack trace by @jnyrup in fluentassertions/fluentassertions#1943
Make For/Excluding work with nested paths by @whymatter in fluentassertions/fluentassertions#1953
Use InvariantCulture when doing case-insensitive matches by @jnyrup in fluentassertions/fluentassertions#1985
Global record equivalency settings were not taken into account by @dennisdoomen in fluentassertions/fluentassertions#1984
Escape brackets in execution time failures by @Briaoeuidhtns in fluentassertions/fluentassertions#1994
Documentation
More specifically clarify the intentions of WithArgs by @jnyrup in fluentassertions/fluentassertions#1929
Remove building link from the website by @IT-VBFK in fluentassertions/fluentassertions#1934
Add Enum.BeOneOf to the docs by @jnyrup in fluentassertions/fluentassertions#1958
Document how to use ModuleInitializer by @jnyrup in fluentassertions/fluentassertions#1966
Fix a typo on the Assembly References documentation page by @asydikov in fluentassertions/fluentassertions#1970
Update summary of EquivalencyValidator by @Wolgo in fluentassertions/fluentassertions#1991
Improve error messages for accidental Equals usage by @nycdotnet in fluentassertions/fluentassertions#2006
Others
Upgrade to C# 10 by @jnyrup in fluentassertions/fluentassertions#1935
Use file scoped namespaces by @jnyrup in fluentassertions/fluentassertions#1936
More use of pattern matching and lifted operators by @jnyrup in fluentassertions/fluentassertions#1937
Update nuget packages by @jnyrup in fluentassertions/fluentassertions#1962
Make it possible for third-party libraries to access the underlying collection of instances of ReadOnlyNonGenericCollectionWrapper by @logiclrd in fluentassertions/fluentassertions#1968
Code cleanups by @jnyrup in fluentassertions/fluentassertions#1973
Improve coverage for CollectionMemberObjectInfo by @dennisdoomen in fluentassertions/fluentassertions#1983
Deduplicate target frameworks by @0xced in fluentassertions/fluentassertions#1980
Removed netcoreapp2.0 framework check in formatting precision tests by @iliashkolyar in fluentassertions/fluentassertions#1976
Rename ShouldCompareMembersThisDeep to ShouldCompareNodesThisDeep by @Wolgo in fluentassertions/fluentassertions#1992
Update nuget packages by @jnyrup in fluentassertions/fluentassertions#1996
Cleanups by @jnyrup in fluentassertions/fluentassertions#1998
Update GitHub actions by @jnyrup in fluentassertions/fluentassertions#2007
Fix the PR link in releases.md by @IT-VBFK in fluentassertions/fluentassertions#2014
Prepare 6.8.0 by @jnyrup in fluentassertions/fluentassertions#2020
New Contributors
@StacyCash made their first contribution in fluentassertions/fluentassertions#1963
@asydikov made their first contribution in fluentassertions/fluentassertions#1970
... (truncated)
Commits
5772c29 Merge pull request #2020 from jnyrup/680_release
dd7a124 update catch phrase
d742db3 bump release notes to 6.8.0
240d716 Reorder release notes for 6.8.0
15e7b11 Merge pull request #2014 from IT-VBFK/fix-release-md
41abfe0 Fix the PR link in releases.md
246d688 Merge pull request #2013 from IT-VBFK/issue-2012
c1bced4 Update release.md
2bb40b6 Calculate the difference between the subject and the expected nearby time
f60b49f Exposes the IMonitor object to extensions methods. (#2010)
Additional commits viewable in compare view
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 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)
You can view, comment on, or merge this pull request online at:
#159
Commit Summary
5d3fca7 Bump FluentAssertions from 6.7.0 to 6.8.0
File Changes (1 file)
M
test/UnitTests/UnitTests.csproj
(2)
Patch Links:
https://github.com/JoshKeegan/xRetry/pull/159.patch
https://github.com/JoshKeegan/xRetry/pull/159.diff
—Reply to this email directly, view it on GitHub, or unsubscribe.You are receiving this because you are subscribed to this thread.Message ID: ***@***.***>
|
OK, I won't notify you about version 6.x.x again, unless you re-open this PR. 😢 |
This PR has already been merged! 🎉 |
Looks like this PR has already been merged! |
Looks like this PR has already been merged. If you've moved back to an older version of |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
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 FluentAssertions from 6.7.0 to 6.8.0.
Release notes
Sourced from FluentAssertions's releases.
... (truncated)
Commits
5772c29
Merge pull request #2020 from jnyrup/680_releasedd7a124
update catch phrased742db3
bump release notes to 6.8.0240d716
Reorder release notes for 6.8.015e7b11
Merge pull request #2014 from IT-VBFK/fix-release-md41abfe0
Fix the PR link in releases.md246d688
Merge pull request #2013 from IT-VBFK/issue-2012c1bced4
Update release.md2bb40b6
Calculate the difference between the subject and the expected nearby timef60b49f
Exposes the IMonitor object to extensions methods. (#2010)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 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)