An open index of dependabot pull requests across open source projects.

Bump FluentAssertions from 6.12.0 to 8.8.0

Closed
Number: #2
Type: Pull Request
State: Closed
Author: dependabot[bot] dependabot[bot]
Association: Unknown
Comments: 2
Created: March 12, 2026 at 02:02 PM UTC
(3 months ago)
Updated: March 12, 2026 at 04:41 PM UTC
(3 months ago)
Closed: March 12, 2026 at 04:41 PM UTC
(3 months ago)
Time to Close: about 3 hours
Description:

Updated FluentAssertions from 6.12.0 to 8.8.0.

Release notes

Sourced from FluentAssertions's releases.

8.8.0

What's Changed

New features

Improvements

Documentation

Others

Full Changelog: https://github.com/fluentassertions/fluentassertions/compare/8.7.1...8.8.0

8.7.1

What's Changed

Others

Full Changelog: https://github.com/fluentassertions/fluentassertions/compare/8.7.0...8.7.1

8.7.0

What's Changed

New features

Others

Full Changelog: https://github.com/fluentassertions/fluentassertions/compare/8.6.0...8.7.0

8.6.0

What's Changed

Improvements

Others

New Contributors

Full Changelog: https://github.com/fluentassertions/fluentassertions/compare/8.5.0...8.6.0

8.5.0

What's Changed

New features

Fixes

Others

Full Changelog: https://github.com/fluentassertions/fluentassertions/compare/8.4.0...8.5.0

8.4.0

What's Changed

Improvements

Others

New Contributors

Full Changelog: https://github.com/fluentassertions/fluentassertions/compare/8.3.0...8.4.0

8.3.0

What's Changed

Improvements

Others

Full Changelog: https://github.com/fluentassertions/fluentassertions/compare/8.2.0...8.3.0

8.2.0

What's Changed

Improvements

Fixes

Others

Full Changelog: https://github.com/fluentassertions/fluentassertions/compare/8.1.1...8.2.0

8.1.1

What's Changed

Fixes

Full Changelog: https://github.com/fluentassertions/fluentassertions/compare/8.1.0...8.1.1

8.1.0

What's Changed

Improvements

Fixes

Documentation

Others

New Contributors

Full Changelog: https://github.com/fluentassertions/fluentassertions/compare/8.0.1...8.1.0

8.0.1

What's Changed

Improvements

Others

Full Changelog: https://github.com/fluentassertions/fluentassertions/compare/8.0.0...8.0.1

8.0.0

What's Changed

License change

Breaking Changes

New features

Improvements

8.0.0-rc.2

What's Changed

Fixes

Others

Full Changelog: https://github.com/fluentassertions/fluentassertions/compare/8.0.0-rc.1...8.0.0-rc.2

8.0.0-rc.1

What's Changed

Breaking Changes

Fixes

Documentation

Others

8.0.0-alpha.1

What's Changed

Others

Full Changelog: https://github.com/fluentassertions/fluentassertions/compare/7.0.0-alpha.6...8.0.0-alpha.1

7.2.1

What's Changed

Fixes

Full Changelog: https://github.com/fluentassertions/fluentassertions/compare/7.2.0...7.2.1

7.2.0

What's Changed

Improvements

Fixes

Others

Full Changelog: https://github.com/fluentassertions/fluentassertions/compare/7.1.0...7.2.0

7.1.0

What's Changed

Improvements

Others

Full Changelog: https://github.com/fluentassertions/fluentassertions/compare/7.0.0...7.1.0

7.0.0

What's Changed

Breaking Changes

Fixes

Documentation

Others

New Contributors

Full Changelog: https://github.com/fluentassertions/fluentassertions/compare/6.12.2...7.0.0

6.12.2

What's Changed

Others

Full Changelog: https://github.com/fluentassertions/fluentassertions/compare/6.12.1...6.12.2

6.12.1

What's Changed

Improvements

  • Improve BeEmpty() and BeNullOrEmpty() performance for IEnumerable<T>, by materializing only the first item - #​2530

Fixes

  • Fixed formatting error when checking nullable DateTimeOffset with BeWithin(...).Before(...) - #​2312
  • BeEquivalentTo will now find and can map subject properties that are implemented through an explicitly-implemented interface - #​2152
  • Fixed that the because and becauseArgs were not passed down the equivalency tree - #​2318
  • BeEquivalentTo can again compare a non-generic IDictionary with a generic one - #​2358
  • Fixed that the FormattingOptions were not respected in inner AssertionScope - #​2329
  • Capitalize true and false in failure messages and make them formattable to a custom BooleanFormatter - #​2390, #​2393
  • Improved the failure message for NotBeOfType when wrapped in an AssertionScope and the subject is null - #​2399
  • Improved the failure message for BeWritable/BeReadable when wrapped in an AssertionScope and the subject is read-only/write-only - #​2399
  • Improved the failure message for ThrowExactly[Async] when wrapped in an AssertionScope and no exception is thrown - #​2398
  • Improved the failure message for [Not]HaveExplicitProperty when wrapped in an AssertionScope and not implementing the interface - #​2403
  • Improved the failure message for [Not]HaveExplicitMethod when wrapped in an AssertionScope and not implementing the interface - #​2403
  • Changed BeEquivalentTo to exclude private protected members from the comparison - #​2417
  • Fixed using BeEquivalentTo on an empty ArraySegment - #​2445, #​2511
  • BeEquivalentTo with 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 AssertionScope constructor would not create an actual scope associated with the thread - #​2607
  • Fixed ThrowWithinAsync not respecting OperationCanceledException - #​2614
  • Fixed using BeEquivalentTo with an IEqualityComparer targeting nullable types - #​2648

Full Changelog: https://github.com/fluentassertions/fluentassertions/compare/6.12.0...6.12.1

Commits viewable in compare view.

Dependabot compatibility score

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 show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @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)
Package Dependencies
Ecosystem:
nuget
Version Change:
6.12.0 → 8.8.0
Update Type:
Major
Technical Details
ID: 14559716
UUID: 4064897576
Node ID: PR_kwDORgvQd87KDGDg
Host: GitHub
Repository: managedcode/dotPilot