Skip to content

build: Bump FluentAssertions from 6.12.0 to 8.10.0#12

Closed
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/nuget/test/UniswapSharp.Testing/FluentAssertions-8.10.0
Closed

build: Bump FluentAssertions from 6.12.0 to 8.10.0#12
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/nuget/test/UniswapSharp.Testing/FluentAssertions-8.10.0

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Jul 10, 2026

Copy link
Copy Markdown
Contributor

Updated FluentAssertions from 6.12.0 to 8.10.0.

Release notes

Sourced from FluentAssertions's releases.

8.10.0

What's Changed

Improvements

Documentation

Others

Full Changelog: fluentassertions/fluentassertions@8.9.0...8.10.0

8.9.0

[!WARNING]
For projects targeting .NET 9, you need at least .NET SDK 9.0.200 as earlier versions will trigger compile errors because of invalid overload resolution. See #​3225

What's Changed

New features

Improvements

Fixes

Documentation

Others

8.8.0

What's Changed

New features

Improvements

Documentation

Others

Full Changelog: fluentassertions/fluentassertions@8.7.1...8.8.0

8.7.1

What's Changed

Others

Full Changelog: fluentassertions/fluentassertions@8.7.0...8.7.1

8.7.0

What's Changed

New features

Others

Full Changelog: fluentassertions/fluentassertions@8.6.0...8.7.0

8.6.0

What's Changed

Improvements

Others

New Contributors

Full Changelog: fluentassertions/fluentassertions@8.5.0...8.6.0

8.5.0

What's Changed

New features

Fixes

Others

Full Changelog: fluentassertions/fluentassertions@8.4.0...8.5.0

8.4.0

What's Changed

Improvements

Others

New Contributors

Full Changelog: fluentassertions/fluentassertions@8.3.0...8.4.0

8.3.0

What's Changed

Improvements

Others

Full Changelog: fluentassertions/fluentassertions@8.2.0...8.3.0

8.2.0

What's Changed

Improvements

Fixes

Others

Full Changelog: fluentassertions/fluentassertions@8.1.1...8.2.0

8.1.1

What's Changed

Fixes

Full Changelog: fluentassertions/fluentassertions@8.1.0...8.1.1

8.1.0

What's Changed

Improvements

Fixes

Documentation

Others

New Contributors

Full Changelog: fluentassertions/fluentassertions@8.0.1...8.1.0

8.0.1

What's Changed

Improvements

Others

Full Changelog: fluentassertions/fluentassertions@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: fluentassertions/fluentassertions@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: fluentassertions/fluentassertions@7.0.0-alpha.6...8.0.0-alpha.1

7.2.2

What's Changed

Fixes

Building

Full Changelog: fluentassertions/fluentassertions@7.2.1...7.2.2

7.2.1

What's Changed

Fixes

Full Changelog: fluentassertions/fluentassertions@7.2.0...7.2.1

7.2.0

What's Changed

Improvements

Fixes

Others

Full Changelog: fluentassertions/fluentassertions@7.1.0...7.2.0

7.1.0

What's Changed

Improvements

Others

Full Changelog: fluentassertions/fluentassertions@7.0.0...7.1.0

7.0.0

What's Changed

Breaking Changes

Fixes

Documentation

Others

New Contributors

Full Changelog: fluentassertions/fluentassertions@6.12.2...7.0.0

6.12.2

What's Changed

Others

Full Changelog: fluentassertions/fluentassertions@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: fluentassertions/fluentassertions@6.12.0...6.12.1

Commits viewable in compare view.

@dependabot dependabot Bot added .NET Pull requests that update .NET code dependencies Pull requests that update a dependency file labels Jul 10, 2026
@github-actions

github-actions Bot commented Jul 10, 2026

Copy link
Copy Markdown

Test Results

194 tests  ±0   194 ✅ ±0   0s ⏱️ ±0s
  1 suites ±0     0 💤 ±0 
  1 files   ±0     0 ❌ ±0 

Results for commit bda2950. ± Comparison against base commit ae6adae.

♻️ This comment has been updated with latest results.

---
updated-dependencies:
- dependency-name: FluentAssertions
  dependency-version: 8.10.0
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot
dependabot Bot force-pushed the dependabot/nuget/test/UniswapSharp.Testing/FluentAssertions-8.10.0 branch from 3be2141 to bda2950 Compare July 10, 2026 15:49
@dependabot
dependabot Bot requested a review from grinidx as a code owner July 10, 2026 15:49
@github-actions

Copy link
Copy Markdown

Summary

Summary
Generated on: 07/10/2026 - 15:50:29
Coverage date: 07/10/2026 - 15:50:17
Parser: MultiReport (2x Cobertura)
Assemblies: 1
Classes: 53
Files: 53
Line coverage: 66% (1358 of 2056)
Covered lines: 1358
Uncovered lines: 698
Coverable lines: 2056
Total lines: 5237
Branch coverage: 62.2% (499 of 802)
Covered branches: 499
Total branches: 802
Method coverage: Feature is only available for sponsors
Tag: 31_29105117967

Coverage

UniswapSharp - 66%
Name Line Branch
UniswapSharp 66% 62.2%
UniswapSharp.Core.Addresses 99% 78.5%
UniswapSharp.Core.ChainAddresses 100%
UniswapSharp.Core.Constants 100%
UniswapSharp.Core.Entities.BaseCurrency 81.8% 100%
UniswapSharp.Core.Entities.Ether 100% 83.3%
UniswapSharp.Core.Entities.Fractions.CurrencyAmount`1 92.1% 81.2%
UniswapSharp.Core.Entities.Fractions.Fraction 87.6% 64.2%
UniswapSharp.Core.Entities.Fractions.Percent 73.3%
UniswapSharp.Core.Entities.Fractions.Price`2 91.6% 50%
UniswapSharp.Core.Entities.NativeCurrency 66.6%
UniswapSharp.Core.Entities.Token 90.9% 87.5%
UniswapSharp.Core.Entities.Weth9 100%
UniswapSharp.Core.Utils.AddressValidator 59% 57.8%
UniswapSharp.Core.Utils.MathUtils 92.8% 83.3%
UniswapSharp.Core.Utils.PriceImpact 100%
UniswapSharp.Core.Utils.RlpEncoder 0% 0%
UniswapSharp.Core.Utils.SortedInsert 100% 100%
UniswapSharp.Core.Utils.ZksyncAddressComputer 0% 0%
UniswapSharp.V3.Constants 93.3% 50%
UniswapSharp.V3.Entities.NoTickDataProvider 100%
UniswapSharp.V3.Entities.Pool 96.8% 90.6%
UniswapSharp.V3.Entities.Position 7.3% 25%
UniswapSharp.V3.Entities.Route`2 92.8% 76.9%
UniswapSharp.V3.Entities.RouteInput`2 100%
UniswapSharp.V3.Entities.Swap`2 100%
UniswapSharp.V3.Entities.Tick 100% 100%
UniswapSharp.V3.Entities.TickListDataProvider 100% 100%
UniswapSharp.V3.Entities.Trade`2 92.6% 90.1%
UniswapSharp.V3.Multicall 0% 0%
UniswapSharp.V3.NonfungiblePositionManager 0%
UniswapSharp.V3.Payments 0% 0%
UniswapSharp.V3.SelfPermit 0% 0%
UniswapSharp.V3.Staker 0% 0%
UniswapSharp.V3.SwapQuoter 0% 0%
UniswapSharp.V3.SwapRouter 0% 0%
UniswapSharp.V3.Utils.ComputePoolAddress 100% 100%
UniswapSharp.V3.Utils.EncodeRouteToPath 0% 0%
UniswapSharp.V3.Utils.EncodeSqrtRatioX96 93.7% 75%
UniswapSharp.V3.Utils.FullMath 100% 100%
UniswapSharp.V3.Utils.LiquidityMath 0% 0%
UniswapSharp.V3.Utils.ListExtensions 0% 0%
UniswapSharp.V3.Utils.MaxLiquidity 0% 0%
UniswapSharp.V3.Utils.MostSignificantBitCalculator 0% 0%
UniswapSharp.V3.Utils.NearestUsableTick 100% 100%
UniswapSharp.V3.Utils.PositionLibrary 0%
UniswapSharp.V3.Utils.PriceTick 0% 0%
UniswapSharp.V3.Utils.SqrtPriceMath 86% 68.4%
UniswapSharp.V3.Utils.SwapMath 96.6% 93.7%
UniswapSharp.V3.Utils.TickLibrary 0% 0%
UniswapSharp.V3.Utils.TickList 78.6% 70%
UniswapSharp.V3.Utils.TickMath 96.6% 85.9%
UniswapSharp.V3.Utils.Utilities 0% 0%
UniswapSharp.V3.Utils.V3Swap 88% 69.5%

@dependabot @github

dependabot Bot commented on behalf of github Jul 10, 2026

Copy link
Copy Markdown
Contributor Author

Looks like FluentAssertions is no longer a dependency, so this is no longer needed.

@dependabot dependabot Bot closed this Jul 10, 2026
@dependabot
dependabot Bot deleted the dependabot/nuget/test/UniswapSharp.Testing/FluentAssertions-8.10.0 branch July 10, 2026 16:11
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file .NET Pull requests that update .NET code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants