NBench
NBench copied to clipboard
Bump FluentAssertions from 6.12.0 to 6.12.1
Bumps FluentAssertions from 6.12.0 to 6.12.1.
Release notes
Sourced from FluentAssertions's releases.
6.12.1
What's Changed
Improvements
- Improve
BeEmpty()andBeNullOrEmpty()performance forIEnumerable<T>, by materializing only the first item - #2530Fixes
- Fixed formatting error when checking nullable
DateTimeOffsetwithBeWithin(...).Before(...)- #2312BeEquivalentTowill now find and can map subject properties that are implemented through an explicitly-implemented interface - #2152- Fixed that the
becauseandbecauseArgswere not passed down the equivalency tree - #2318BeEquivalentTocan again compare a non-genericIDictionarywith a generic one - #2358- Fixed that the
FormattingOptionswere not respected in innerAssertionScope- #2329- Capitalize
trueandfalsein failure messages and make them formattable to a customBooleanFormatter- #2390, #2393- Improved the failure message for
NotBeOfTypewhen wrapped in anAssertionScopeand the subject is null - #2399- Improved the failure message for
BeWritable/BeReadablewhen wrapped in anAssertionScopeand the subject is read-only/write-only - #2399- Improved the failure message for
ThrowExactly[Async]when wrapped in anAssertionScopeand no exception is thrown - #2398- Improved the failure message for
[Not]HaveExplicitPropertywhen wrapped in anAssertionScopeand not implementing the interface - #2403- Improved the failure message for
[Not]HaveExplicitMethodwhen wrapped in anAssertionScopeand not implementing the interface - #2403- Changed
BeEquivalentToto excludeprivate protectedmembers from the comparison - #2417- Fixed using
BeEquivalentToon an emptyArraySegment- #2445, #2511BeEquivalentTowith a custom comparer can now handle null values - #2489- Ensured that nested calls to
AssertionScope(context)create a chained context - #2607- One overload of the
AssertionScopeconstructor would not create an actual scope associated with the thread - #2607- Fixed
ThrowWithinAsyncnot respectingOperationCanceledException- #2614- Fixed using
BeEquivalentTowith anIEqualityComparertargeting nullable types - #2648Full Changelog: https://github.com/fluentassertions/fluentassertions/compare/6.12.0...6.12.1
Commits
a8e7f17Update qodanad58e0b5Turn off RoslynAnalyzers in Qodana WF (#2504)2181217Remove unused usings2c3a012Make implicit usage more explicit1d5d64fDo not useUsingLineBreaksfor[Not]BeSameAsc30fc7aFixedBeEquivalentTowhen using a custom comparer targeting nullable types ...f9b770bMake ThrowWithinAsync respect canceled tasks (#2614)f204cf3Simplify deferred allocation with local functiona3644b0Only allocate Lazy<> and lambda when necessaryf3b4564Ensured that nested assertion scopes produce a nested context (#2607)- 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 show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@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)
Thank you for your submission! We really appreciate it. Like many open source projects, we ask that you sign our Contributor License Agreement before we can accept your contribution.
You have signed the CLA already but the status is still pending? Let us recheck it.