FluentRest
FluentRest copied to clipboard
Bump FluentAssertions from 6.7.0 to 6.8.0
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
ContainInConsecutiveOrderandNotContainInConsecutiveOrderby@StacyCashin fluentassertions/fluentassertions#1963- Added
NotCompleteWithinAsyncfor Task assertions by@lg2dein fluentassertions/fluentassertions#1967- Added assertions for non-generic
TaskCompletionSourceby@lg2dein fluentassertions/fluentassertions#1961- Exposes the
IMonitorobject to extensions methods. by@A-Kjeldgaardin fluentassertions/fluentassertions#2010Improvements
- Optimize
BeEquivalentToby@jnyrupin fluentassertions/fluentassertions#1939- Print commas at the end of the line by
@ronaldkroonin fluentassertions/fluentassertions#1945- Avoid allocating sub-arrays in
ContainInOrderby@jnyrupin fluentassertions/fluentassertions#1960- Extend
IObjectInfowith info aboutDeclaringTypeby@dennisdoomenin fluentassertions/fluentassertions#1950- Prepare constructors of
AsyncFunctionAssertionsto make them protected in V7 by@lg2dein fluentassertions/fluentassertions#1972- Calculate the difference between the subject and the expected nearby time by
@IT-VBFKin fluentassertions/fluentassertions#2013Fixes
- Filter dynamic methods from stack trace by
@jnyrupin fluentassertions/fluentassertions#1943- Make For/Excluding work with nested paths by
@whymatterin fluentassertions/fluentassertions#1953- Use InvariantCulture when doing case-insensitive matches by
@jnyrupin fluentassertions/fluentassertions#1985- Global record equivalency settings were not taken into account by
@dennisdoomenin fluentassertions/fluentassertions#1984- Escape brackets in execution time failures by
@Briaoeuidhtnsin fluentassertions/fluentassertions#1994Documentation
- More specifically clarify the intentions of
WithArgsby@jnyrupin fluentassertions/fluentassertions#1929- Remove building link from the website by
@IT-VBFKin fluentassertions/fluentassertions#1934- Add
Enum.BeOneOfto the docs by@jnyrupin fluentassertions/fluentassertions#1958- Document how to use
ModuleInitializerby@jnyrupin fluentassertions/fluentassertions#1966- Fix a typo on the Assembly References documentation page by
@asydikovin fluentassertions/fluentassertions#1970- Update summary of
EquivalencyValidatorby@Wolgoin fluentassertions/fluentassertions#1991- Improve error messages for accidental
Equalsusage by@nycdotnetin fluentassertions/fluentassertions#2006Others
- Upgrade to C# 10 by
@jnyrupin fluentassertions/fluentassertions#1935- Use file scoped namespaces by
@jnyrupin fluentassertions/fluentassertions#1936- More use of pattern matching and lifted operators by
@jnyrupin fluentassertions/fluentassertions#1937- Update nuget packages by
@jnyrupin fluentassertions/fluentassertions#1962- Make it possible for third-party libraries to access the underlying collection of instances of
ReadOnlyNonGenericCollectionWrapperby@logiclrdin fluentassertions/fluentassertions#1968- Code cleanups by
@jnyrupin fluentassertions/fluentassertions#1973- Improve coverage for
CollectionMemberObjectInfoby@dennisdoomenin fluentassertions/fluentassertions#1983- Deduplicate target frameworks by
@0xcedin fluentassertions/fluentassertions#1980- Removed netcoreapp2.0 framework check in formatting precision tests by
@iliashkolyarin fluentassertions/fluentassertions#1976- Rename
ShouldCompareMembersThisDeeptoShouldCompareNodesThisDeepby@Wolgoin fluentassertions/fluentassertions#1992- Update nuget packages by
@jnyrupin fluentassertions/fluentassertions#1996- Cleanups by
@jnyrupin fluentassertions/fluentassertions#1998- Update GitHub actions by
@jnyrupin fluentassertions/fluentassertions#2007- Fix the PR link in releases.md by
@IT-VBFKin fluentassertions/fluentassertions#2014- Prepare 6.8.0 by
@jnyrupin fluentassertions/fluentassertions#2020New Contributors
@StacyCashmade their first contribution in fluentassertions/fluentassertions#1963@asydikovmade their first contribution in fluentassertions/fluentassertions#1970
... (truncated)
Commits
5772c29Merge pull request #2020 from jnyrup/680_releasedd7a124update catch phrased742db3bump release notes to 6.8.0240d716Reorder release notes for 6.8.015e7b11Merge pull request #2014 from IT-VBFK/fix-release-md41abfe0Fix the PR link in releases.md246d688Merge pull request #2013 from IT-VBFK/issue-2012c1bced4Update release.md2bb40b6Calculate the difference between the subject and the expected nearby timef60b49fExposes 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 rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot ignore this major versionwill 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 versionwill 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 dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)