Camelotia
Camelotia copied to clipboard
chore(deps): update dependency fluentassertions to 6.12.2
trafficstars
This PR contains the following updates:
| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
| FluentAssertions (source) | 6.12.0 -> 6.12.2 |
Release Notes
fluentassertions/fluentassertions (FluentAssertions)
v6.12.2
What's Changed
Others
- Better support for default interface and explicitly implemented properties by @dennisdoomen in https://github.com/fluentassertions/fluentassertions/pull/2794
Full Changelog: https://github.com/fluentassertions/fluentassertions/compare/6.12.1...6.12.2
v6.12.1
What's Changed
Improvements
- Improve
BeEmpty()andBeNullOrEmpty()performance forIEnumerable<T>, by materializing only the first item - #2530
Fixes
- Fixed formatting error when checking nullable
DateTimeOffsetwithBeWithin(...).Before(...)- #2312 BeEquivalentTowill 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 - #2318 BeEquivalentTocan 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, #2511 BeEquivalentTowith 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 - #2648
Full Changelog: https://github.com/fluentassertions/fluentassertions/compare/6.12.0...6.12.1
Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
- [ ] If you want to rebase/retry this PR, check this box
This PR was generated by Mend Renovate. View the repository job log.