Skip to content

Update dependency FakeItEasy to v9#881

Open
renovate[bot] wants to merge 1 commit intomainfrom
renovate/fakeiteasy-9.x
Open

Update dependency FakeItEasy to v9#881
renovate[bot] wants to merge 1 commit intomainfrom
renovate/fakeiteasy-9.x

Conversation

@renovate
Copy link
Copy Markdown
Contributor

@renovate renovate Bot commented Jan 8, 2026

This PR contains the following updates:

Package Change Age Confidence
FakeItEasy (source) 8.3.09.0.1 age confidence

Release Notes

FakeItEasy/FakeItEasy (FakeItEasy)

v9.0.1

Compare Source

Fixed
  • Unintended breaking change with IsSameSequenceAs (#​2084)
Additional Items
  • Fix mistake in 'how to build' document (#​2086)

v9.0.0

Compare Source

Changed
  • ⚠️ Breaking change : the signature of IsSameSequenceAs has changed. It now has 2 generic type parameters, and accepts an optional equality comparer. This is a binary-level breaking change, and possibly a source-level breaking change, but we don't expect most users to be affected, since the generic type arguments are typically inferred by the compiler (#​1913)
Removed
New
  • net10.0 target framework assembly (#​2076)
  • Support calling default interface methods (#​1633, #​2077)
  • HasSameElementsAs argument matcher that compares IEnumerable elements without regard to their order (#​1913)
  • IsSameSequenceAs now accepts an optional equality comparer (#​1913)
Additional Items
  • Test builds on macOS 15 instead of 12 (#​2047)
  • Remove SourceLink package reference and source-stepping documentation (#​2072)
  • Fix formatting of bullet lists in docs (#​2057)
  • Migrate Specs from Xbehave to LambdaTale (#​2055)
  • Fix .NET Framework specs (so we test 4.6.2 again) (#​2060)
  • Reformat code to use file scoped namespaces (#​2080)
  • Build and deployment system changes
  • Documentation-building changes:
With special thanks for contributions to this release from:

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 becomes conflicted, 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.

@codecov
Copy link
Copy Markdown

codecov Bot commented Jan 8, 2026

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 100.00%. Comparing base (b4ff059) to head (52f0b2f).
⚠️ Report is 1 commits behind head on main.

Additional details and impacted files
@@            Coverage Diff            @@
##              main      #881   +/-   ##
=========================================
  Coverage   100.00%   100.00%           
=========================================
  Files           22        22           
  Lines          220       220           
  Branches        24        24           
=========================================
  Hits           220       220           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

@github-actions
Copy link
Copy Markdown

github-actions Bot commented Jan 8, 2026

🎳 Stryker Report

Mutation testing badge

📊 Reports

@github-actions
Copy link
Copy Markdown

github-actions Bot commented Jan 8, 2026

🏅 Benchmark test report

Expand to see results 🔽

BenchmarkDotNet v0.15.8, Linux Ubuntu 24.04.4 LTS (Noble Numbat)
AMD EPYC 9V74 2.60GHz, 1 CPU, 4 logical and 2 physical cores
.NET SDK 10.0.202
  [Host]   : .NET 8.0.26 (8.0.26, 8.0.2626.16921), X64 RyuJIT x86-64-v4
  ShortRun : .NET 8.0.26 (8.0.26, 8.0.2626.16921), X64 RyuJIT x86-64-v4

Job=ShortRun  IterationCount=3  LaunchCount=1  
WarmupCount=3  

Method Mean Error StdDev Rank Gen0 Gen1 Gen2 Allocated
FakeItEasy.NonPublicTypes.CreateContainer 1.924 s 0.4061 s 0.0223 s 1 96000.0000 60000.0000 53000.0000 2.18 GB
NSubstitute.NonPublicTypes.CreateContainer 1.934 s 0.5388 s 0.0295 s 1 97000.0000 60000.0000 53000.0000 2.18 GB
Moq.NonPublicTypes.CreateContainer 2.029 s 0.7896 s 0.0433 s 1 102000.0000 60000.0000 53000.0000 2.23 GB

BenchmarkDotNet v0.15.8, Linux Ubuntu 24.04.4 LTS (Noble Numbat)
AMD EPYC 9V74 2.60GHz, 1 CPU, 4 logical and 2 physical cores
.NET SDK 10.0.202
  [Host]     : .NET 8.0.26 (8.0.26, 8.0.2626.16921), X64 RyuJIT x86-64-v4
  DefaultJob : .NET 8.0.26 (8.0.26, 8.0.2626.16921), X64 RyuJIT x86-64-v4


Method Mean Error StdDev Rank
NSubstitute.ResolveSut 765.2 ns 5.79 ns 5.42 ns 1
Moq.ResolveSut 780.7 ns 9.21 ns 8.16 ns 1
FakeItEasy.ResolveSut 788.6 ns 7.29 ns 6.81 ns 1

BenchmarkDotNet v0.15.8, Linux Ubuntu 24.04.4 LTS (Noble Numbat)
AMD EPYC 9V74 2.60GHz, 1 CPU, 4 logical and 2 physical cores
.NET SDK 10.0.202
  [Host]     : .NET 8.0.26 (8.0.26, 8.0.2626.16921), X64 RyuJIT x86-64-v4
  DefaultJob : .NET 8.0.26 (8.0.26, 8.0.2626.16921), X64 RyuJIT x86-64-v4


Method Mean Error StdDev Rank
Moq.NonPublicTypes.GetMock 580.0 ns 5.97 ns 5.58 ns 1
NSubstitute.NonPublicTypes.GetMock 644.8 ns 4.03 ns 3.77 ns 2
FakeItEasy.NonPublicTypes.GetMock 657.8 ns 12.78 ns 11.95 ns 2

BenchmarkDotNet v0.15.8, Linux Ubuntu 24.04.4 LTS (Noble Numbat)
AMD EPYC 9V74 2.60GHz, 1 CPU, 4 logical and 2 physical cores
.NET SDK 10.0.202
  [Host]   : .NET 8.0.26 (8.0.26, 8.0.2626.16921), X64 RyuJIT x86-64-v4
  ShortRun : .NET 8.0.26 (8.0.26, 8.0.2626.16921), X64 RyuJIT x86-64-v4

Job=ShortRun  IterationCount=3  LaunchCount=1  
WarmupCount=3  

Method Mean Error StdDev Rank Gen0 Gen1 Gen2 Allocated
FakeItEasy.CreateContainer 445.9 ms 420.2 ms 23.04 ms 1 19000.0000 7000.0000 3000.0000 284.94 MB
NSubstitute.CreateContainer 495.5 ms 509.3 ms 27.91 ms 1 19000.0000 7000.0000 3000.0000 284.99 MB
Moq.CreateContainer 529.3 ms 2,177.2 ms 119.34 ms 1 20000.0000 5000.0000 3000.0000 302.74 MB

BenchmarkDotNet v0.15.8, Linux Ubuntu 24.04.4 LTS (Noble Numbat)
AMD EPYC 9V74 2.60GHz, 1 CPU, 4 logical and 2 physical cores
.NET SDK 10.0.202
  [Host]     : .NET 8.0.26 (8.0.26, 8.0.2626.16921), X64 RyuJIT x86-64-v4
  DefaultJob : .NET 8.0.26 (8.0.26, 8.0.2626.16921), X64 RyuJIT x86-64-v4


Method Mean Error StdDev Rank
NSubstitute.ResolveFrom 857.4 ns 7.70 ns 6.83 ns 1
FakeItEasy.ResolveFrom 870.1 ns 4.63 ns 3.87 ns 1
Moq.ResolveFrom 881.3 ns 6.60 ns 5.85 ns 1

BenchmarkDotNet v0.15.8, Linux Ubuntu 24.04.4 LTS (Noble Numbat)
AMD EPYC 9V74 2.60GHz, 1 CPU, 4 logical and 2 physical cores
.NET SDK 10.0.202
  [Host]     : .NET 8.0.26 (8.0.26, 8.0.2626.16921), X64 RyuJIT x86-64-v4
  DefaultJob : .NET 8.0.26 (8.0.26, 8.0.2626.16921), X64 RyuJIT x86-64-v4


Method Mean Error StdDev Rank
NSubstitute.StaticResolveSut 735.0 ns 3.53 ns 2.75 ns 1
Moq.StaticResolveSut 777.5 ns 5.02 ns 4.69 ns 2
FakeItEasy.StaticResolveSut 802.7 ns 15.28 ns 15.69 ns 2

BenchmarkDotNet v0.15.8, Linux Ubuntu 24.04.4 LTS (Noble Numbat)
AMD EPYC 9V74 2.60GHz, 1 CPU, 4 logical and 2 physical cores
.NET SDK 10.0.202
  [Host]     : .NET 8.0.26 (8.0.26, 8.0.2626.16921), X64 RyuJIT x86-64-v4
  DefaultJob : .NET 8.0.26 (8.0.26, 8.0.2626.16921), X64 RyuJIT x86-64-v4


Method Mean Error StdDev Rank
Moq.GetMock 552.2 ns 3.78 ns 3.54 ns 1
NSubstitute.GetMock 584.0 ns 5.51 ns 5.16 ns 2
FakeItEasy.GetMock 600.1 ns 4.87 ns 4.32 ns 2

@renovate renovate Bot force-pushed the renovate/fakeiteasy-9.x branch from 0803ffc to 3dadbd2 Compare January 24, 2026 13:55
@renovate renovate Bot force-pushed the renovate/fakeiteasy-9.x branch from 3dadbd2 to b8ffb09 Compare February 2, 2026 16:57
@renovate renovate Bot force-pushed the renovate/fakeiteasy-9.x branch from b8ffb09 to 005f778 Compare February 12, 2026 12:11
@renovate renovate Bot force-pushed the renovate/fakeiteasy-9.x branch 2 times, most recently from 05bba31 to 1762d3e Compare February 24, 2026 13:23
@renovate renovate Bot force-pushed the renovate/fakeiteasy-9.x branch 3 times, most recently from 2133284 to 9f98610 Compare March 17, 2026 14:18
@renovate renovate Bot force-pushed the renovate/fakeiteasy-9.x branch from 9f98610 to ba283ee Compare April 1, 2026 17:59
@renovate renovate Bot force-pushed the renovate/fakeiteasy-9.x branch from ba283ee to d378831 Compare April 8, 2026 18:15
@renovate renovate Bot force-pushed the renovate/fakeiteasy-9.x branch from d378831 to 52f0b2f Compare April 21, 2026 22:12
@sonarqubecloud
Copy link
Copy Markdown

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants