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.9.0 -> 10.2.0 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.069 s 0.4649 s 0.0255 s 1 99000.0000 64000.0000 58000.0000 1.99 GB
NSubstitute.NonPublicTypes.CreateContainer 2.076 s 0.3727 s 0.0204 s 1 99000.0000 64000.0000 58000.0000 1.99 GB
Moq.NonPublicTypes.CreateContainer 2.397 s 0.2266 s 0.0124 s 1 106000.0000 66000.0000 58000.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
NSubstitute.StaticResolveSut 1.003 μs 0.0062 μs 0.0055 μs 1
Moq.StaticResolveSut 1.059 μs 0.0021 μs 0.0018 μs 2
FakeItEasy.StaticResolveSut 1.076 μs 0.0023 μs 0.0019 μ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
  DefaultJob : .NET 8.0.12 (8.0.1224.60305), X64 RyuJIT AVX2


Method Mean Error StdDev Rank
NSubstitute.ResolveFrom 1.182 μs 0.0128 μs 0.0120 μs 1
Moq.ResolveFrom 1.250 μs 0.0079 μs 0.0074 μs 2
FakeItEasy.ResolveFrom 1.280 μs 0.0095 μs 0.0084 μ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 459.0 ms 2,816.0 ms 154.4 ms 1 18000.0000 7000.0000 3000.0000 275.68 MB
NSubstitute.CreateContainer 509.8 ms 2,331.7 ms 127.8 ms 1 18000.0000 7000.0000 3000.0000 262.81 MB
FakeItEasy.CreateContainer 557.0 ms 2,567.9 ms 140.8 ms 1 18000.0000 7000.0000 3000.0000 262.81 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
Moq.ResolveSut 989.8 ns 2.76 ns 2.44 ns 1
NSubstitute.ResolveSut 1,085.5 ns 7.78 ns 6.90 ns 2
FakeItEasy.ResolveSut 1,116.6 ns 9.91 ns 9.27 ns 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
  DefaultJob : .NET 8.0.12 (8.0.1224.60305), X64 RyuJIT AVX2


Method Mean Error StdDev Rank
Moq.NonPublicTypes.GetMock 751.6 ns 4.89 ns 4.57 ns 1
NSubstitute.NonPublicTypes.GetMock 833.0 ns 3.82 ns 3.57 ns 2
FakeItEasy.NonPublicTypes.GetMock 843.4 ns 7.61 ns 7.12 ns 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
  DefaultJob : .NET 8.0.12 (8.0.1224.60305), X64 RyuJIT AVX2


Method Mean Error StdDev Rank
Moq.GetMock 717.0 ns 6.15 ns 5.45 ns 1
NSubstitute.GetMock 799.0 ns 5.70 ns 4.76 ns 2
FakeItEasy.GetMock 800.2 ns 4.51 ns 4.00 ns 2

@renovate renovate bot force-pushed the renovate/xunit.dependencyinjection-10.x branch 3 times, most recently from fb9e990 to a7fa35d Compare January 27, 2025 14:13
@renovate renovate bot force-pushed the renovate/xunit.dependencyinjection-10.x branch 2 times, most recently from 67dded8 to 632c24c Compare February 9, 2025 17:40
@renovate renovate bot force-pushed the renovate/xunit.dependencyinjection-10.x branch from 632c24c to c6c9e1d Compare February 9, 2025 21:47
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