Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update dependency Xunit.DependencyInjection to v10 #769

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Jan 19, 2025

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
Xunit.DependencyInjection (source) 9.8.0 -> 10.1.1 age adoption passing confidence

Release Notes

pengweiqhca/Xunit.DependencyInjection (Xunit.DependencyInjection)

v10.1.0

Compare Source

  • Allow the default startup to be missing anywhere.

Full Changelog: pengweiqhca/Xunit.DependencyInjection@10.0.0...10.1.0

v10.0.0

What's Changed

New Contributors

Full Changelog: pengweiqhca/Xunit.DependencyInjection@9.7.0...10.0.0


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.

Copy link

github-actions bot commented Jan 19, 2025

🎳 Stryker Report

Mutation testing badge

📊 Reports

Copy link

github-actions bot commented Jan 19, 2025

🏅 Benchmark test report

Expand to see results 🔽

BenchmarkDotNet v0.14.0, Ubuntu 24.04.1 LTS (Noble Numbat)
AMD EPYC 7763, 1 CPU, 4 logical and 2 physical cores
.NET SDK 8.0.405
  [Host]   : .NET 8.0.12 (8.0.1224.60305), X64 RyuJIT AVX2
  ShortRun : .NET 8.0.12 (8.0.1224.60305), X64 RyuJIT AVX2

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

Method Mean Error StdDev Rank Gen0 Gen1 Gen2 Allocated
FakeItEasy.NonPublicTypes.CreateContainer 2.025 s 1.2268 s 0.0672 s 1 99000.0000 64000.0000 58000.0000 1.99 GB
NSubstitute.NonPublicTypes.CreateContainer 2.067 s 0.0806 s 0.0044 s 1 99000.0000 64000.0000 58000.0000 1.99 GB
Moq.NonPublicTypes.CreateContainer 2.405 s 1.3366 s 0.0733 s 1 107000.0000 67000.0000 60000.0000 2.07 GB

BenchmarkDotNet v0.14.0, Ubuntu 24.04.1 LTS (Noble Numbat)
AMD EPYC 7763, 1 CPU, 4 logical and 2 physical cores
.NET SDK 8.0.405
  [Host]     : .NET 8.0.12 (8.0.1224.60305), X64 RyuJIT AVX2
  DefaultJob : .NET 8.0.12 (8.0.1224.60305), X64 RyuJIT AVX2


Method Mean Error StdDev Rank
Moq.StaticResolveSut 1.014 μs 0.0031 μs 0.0026 μs 1
FakeItEasy.StaticResolveSut 1.024 μs 0.0024 μs 0.0020 μs 1
NSubstitute.StaticResolveSut 1.042 μs 0.0116 μs 0.0108 μs 1

BenchmarkDotNet v0.14.0, Ubuntu 24.04.1 LTS (Noble Numbat)
AMD EPYC 7763, 1 CPU, 4 logical and 2 physical cores
.NET SDK 8.0.405
  [Host]     : .NET 8.0.12 (8.0.1224.60305), X64 RyuJIT AVX2
  DefaultJob : .NET 8.0.12 (8.0.1224.60305), X64 RyuJIT AVX2


Method Mean Error StdDev Rank
NSubstitute.ResolveFrom 1.145 μs 0.0111 μs 0.0104 μs 1
Moq.ResolveFrom 1.154 μs 0.0024 μs 0.0021 μs 1
FakeItEasy.ResolveFrom 1.213 μs 0.0084 μs 0.0079 μs 2

BenchmarkDotNet v0.14.0, Ubuntu 24.04.1 LTS (Noble Numbat)
AMD EPYC 7763, 1 CPU, 4 logical and 2 physical cores
.NET SDK 8.0.405
  [Host]   : .NET 8.0.12 (8.0.1224.60305), X64 RyuJIT AVX2
  ShortRun : .NET 8.0.12 (8.0.1224.60305), X64 RyuJIT AVX2

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

Method Mean Error StdDev Rank Gen0 Gen1 Gen2 Allocated
Moq.CreateContainer 465.2 ms 3,429.0 ms 188.0 ms 1 18000.0000 7000.0000 3000.0000 275.65 MB
NSubstitute.CreateContainer 466.8 ms 3,095.8 ms 169.7 ms 1 18000.0000 7000.0000 3000.0000 263.16 MB
FakeItEasy.CreateContainer 532.9 ms 2,910.6 ms 159.5 ms 1 18000.0000 7000.0000 3000.0000 263.15 MB

BenchmarkDotNet v0.14.0, Ubuntu 24.04.1 LTS (Noble Numbat)
AMD EPYC 7763, 1 CPU, 4 logical and 2 physical cores
.NET SDK 8.0.405
  [Host]     : .NET 8.0.12 (8.0.1224.60305), X64 RyuJIT AVX2
  DefaultJob : .NET 8.0.12 (8.0.1224.60305), X64 RyuJIT AVX2


Method Mean Error StdDev Rank
NSubstitute.ResolveSut 995.4 ns 8.51 ns 7.96 ns 1
Moq.ResolveSut 1,007.7 ns 3.36 ns 2.81 ns 1
FakeItEasy.ResolveSut 1,023.7 ns 5.10 ns 4.52 ns 1

BenchmarkDotNet v0.14.0, Ubuntu 24.04.1 LTS (Noble Numbat)
AMD EPYC 7763, 1 CPU, 4 logical and 2 physical cores
.NET SDK 8.0.405
  [Host]     : .NET 8.0.12 (8.0.1224.60305), X64 RyuJIT AVX2
  DefaultJob : .NET 8.0.12 (8.0.1224.60305), X64 RyuJIT AVX2


Method Mean Error StdDev Rank
Moq.NonPublicTypes.GetMock 752.7 ns 4.92 ns 4.36 ns 1
NSubstitute.NonPublicTypes.GetMock 818.8 ns 2.76 ns 2.59 ns 2
FakeItEasy.NonPublicTypes.GetMock 859.9 ns 3.60 ns 3.19 ns 3

BenchmarkDotNet v0.14.0, Ubuntu 24.04.1 LTS (Noble Numbat)
AMD EPYC 7763, 1 CPU, 4 logical and 2 physical cores
.NET SDK 8.0.405
  [Host]     : .NET 8.0.12 (8.0.1224.60305), X64 RyuJIT AVX2
  DefaultJob : .NET 8.0.12 (8.0.1224.60305), X64 RyuJIT AVX2


Method Mean Error StdDev Rank
Moq.GetMock 701.7 ns 1.34 ns 1.12 ns 1
FakeItEasy.GetMock 776.5 ns 2.74 ns 2.56 ns 2
NSubstitute.GetMock 796.0 ns 4.05 ns 3.59 ns 2

@renovate renovate bot force-pushed the renovate/xunit.dependencyinjection-10.x branch 2 times, most recently from 489e574 to fb9e990 Compare January 21, 2025 08:53
@renovate renovate bot force-pushed the renovate/xunit.dependencyinjection-10.x branch from fb9e990 to a7fa35d Compare January 27, 2025 14:13
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