Skip to content

Update dependency Xunit.DependencyInjection to v10 #769

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

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.1 -> 10.4.2 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.2 LTS (Noble Numbat)
AMD EPYC 7763, 1 CPU, 4 logical and 2 physical cores
.NET SDK 8.0.409
  [Host]     : .NET 8.0.16 (8.0.1625.21506), X64 RyuJIT AVX2
  DefaultJob : .NET 8.0.16 (8.0.1625.21506), X64 RyuJIT AVX2


Method Mean Error StdDev Rank
FakeItEasy.ResolveSut 1.061 μs 0.0094 μs 0.0088 μs 1
NSubstitute.ResolveSut 1.069 μs 0.0083 μs 0.0078 μs 1
Moq.ResolveSut 1.069 μs 0.0071 μs 0.0063 μs 1

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

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

Method Mean Error StdDev Rank Gen0 Gen1 Gen2 Allocated
NSubstitute.NonPublicTypes.CreateContainer 2.089 s 0.5948 s 0.0326 s 1 104000.0000 70000.0000 64000.0000 2.02 GB
FakeItEasy.NonPublicTypes.CreateContainer 2.117 s 0.7752 s 0.0425 s 1 103000.0000 69000.0000 63000.0000 2.02 GB
Moq.NonPublicTypes.CreateContainer 2.529 s 0.1824 s 0.0100 s 1 111000.0000 71000.0000 64000.0000 2.11 GB

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


Method Mean Error StdDev Rank
Moq.StaticResolveSut 1.015 μs 0.0037 μs 0.0033 μs 1
NSubstitute.StaticResolveSut 1.021 μs 0.0101 μs 0.0094 μs 1
FakeItEasy.StaticResolveSut 1.089 μs 0.0078 μs 0.0073 μs 2

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


Method Mean Error StdDev Rank
Moq.NonPublicTypes.GetMock 785.6 ns 3.12 ns 2.91 ns 1
FakeItEasy.NonPublicTypes.GetMock 805.9 ns 4.73 ns 4.19 ns 1
NSubstitute.NonPublicTypes.GetMock 834.4 ns 4.72 ns 4.42 ns 2

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


Method Mean Error StdDev Rank
NSubstitute.ResolveFrom 1.090 μs 0.0058 μs 0.0052 μs 1
Moq.ResolveFrom 1.158 μs 0.0062 μs 0.0055 μs 2
FakeItEasy.ResolveFrom 1.167 μs 0.0097 μs 0.0091 μs 2

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

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

Method Mean Error StdDev Rank Gen0 Gen1 Gen2 Allocated
NSubstitute.CreateContainer 516.2 ms 2,256.5 ms 123.69 ms 1 19000.0000 6000.0000 4000.0000 281.88 MB
Moq.CreateContainer 572.1 ms 2,406.9 ms 131.93 ms 1 20000.0000 6000.0000 4000.0000 290.07 MB
FakeItEasy.CreateContainer 575.1 ms 1,394.4 ms 76.43 ms 1 19000.0000 6000.0000 4000.0000 281.88 MB

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


Method Mean Error StdDev Rank
Moq.GetMock 725.5 ns 4.85 ns 4.54 ns 1
NSubstitute.GetMock 792.6 ns 4.23 ns 3.96 ns 2
FakeItEasy.GetMock 794.7 ns 4.43 ns 3.93 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 3 times, most recently from 632c24c to c6c9e1d Compare February 9, 2025 21:47
@renovate renovate bot force-pushed the renovate/xunit.dependencyinjection-10.x branch from c6c9e1d to 4887f67 Compare February 20, 2025 06:29
@renovate renovate bot force-pushed the renovate/xunit.dependencyinjection-10.x branch 2 times, most recently from 56bfe6a to c5d349e Compare March 4, 2025 12:09
@renovate renovate bot force-pushed the renovate/xunit.dependencyinjection-10.x branch from c5d349e to 6de6b7b Compare March 10, 2025 01:48
@renovate renovate bot force-pushed the renovate/xunit.dependencyinjection-10.x branch from 6de6b7b to 0399b6d Compare April 9, 2025 03:48
@renovate renovate bot force-pushed the renovate/xunit.dependencyinjection-10.x branch 4 times, most recently from e5abb04 to 8622e0f Compare May 13, 2025 05:36
@renovate renovate bot force-pushed the renovate/xunit.dependencyinjection-10.x branch from 8622e0f to 1644d60 Compare May 18, 2025 14:35
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