Skip to content

Conversation

@hojmark-renovate
Copy link
Contributor

@hojmark-renovate hojmark-renovate bot commented Dec 31, 2025

This PR contains the following updates:

Package Type Update Change
IPNetwork2 nuget patch 3.4.8323.4.851
JsonSchema.Net nuget patch 8.0.48.0.5
Microsoft.Extensions.DependencyInjection (source) nuget patch 10.0.110.0.2
Microsoft.Extensions.Logging (source) nuget patch 10.0.110.0.2
Microsoft.Extensions.Logging.Abstractions (source) nuget patch 10.0.110.0.2
Microsoft.Extensions.Logging.Console (source) nuget patch 10.0.110.0.2
SonarAnalyzer.CSharp (source) nuget minor 10.17.0.13107410.18.0.131500
System.CommandLine (source) nuget patch 2.0.12.0.2
System.Text.Json (source) nuget patch 10.0.110.0.2
System.Threading.RateLimiting (source) nuget patch 10.0.110.0.2
TUnit nuget minor 1.6.281.11.16
Testcontainers (source) nuget minor 4.9.04.10.0

Release Notes

SonarSource/sonar-dotnet (SonarAnalyzer.CSharp)

v10.18.0.131500: 10.18

Compare Source

This releases focuses on fixing the false-positives that are raised on code making use of the new features in C# 14.

Improvement
  • NET-2921 - Fix passthrough calculation in ModelBuilder
  • NET-2903 - Remove manual extension methods
  • NET-2895 - Cleanup handling of ParameterList of primary constructors
Task
  • NET-2917 - Update RSPEC before 10.18 release
False Positive
  • NET-2898 - Fix S2583/S2589 FP: Extension Members
  • NET-2877 - Fix S2225 FP: Extension member
  • NET-2832 - Fix S3063 FP: NullConditionalOperator
  • NET-2825 - Fix S1144 FP: Partial events
  • NET-2821 - Fix S3264 FP: Partial events
  • NET-2805 - Fix S1144 FP: S1144 Is confused by Debugger Display attribute
  • NET-2748 - Fix S3459 FP: NullConditional Assignment
  • NET-2716 - Fix S2325 FP: Field Keyword
  • NET-2712 - Fix S2953 FP: Extension block member
  • NET-2707 - Fix S3877 FP: Equals method without IEquatable
  • NET-2684 - Fix S7039 FP/FN: Null-conditional assignment
  • NET-2672 - Fix S3928 FP: Extension block
  • NET-2671 - Fix S2970 FP: Null Conditional Assignment
  • NET-2668 - Fix S3398 FP: On private methods in C#14 extensions classes
  • NET-2644 - Fix S1144 FP: Always raises on private methods in extension block
  • NET-2621 - Fix S2325 FP: Incorrectly reports on C# 14 extensions
  • NET-2620 - Fix S4545 FP: Extension Methods
  • NET-2391 - Fix S1121 FP: Extract (null-forgiving) assignment from expression
  • NET-1914 - Fix S3264 FP: when using +=
False Negative
thomhurst/TUnit (TUnit)

v1.11.16: 1.11.16

What's Changed

Other Changes
Dependencies

Full Changelog: thomhurst/TUnit@v1.11.0...v1.11.16

v1.11.0: 1.11.0

What's Changed

Other Changes
Dependencies

Full Changelog: thomhurst/TUnit@v1.10.0...v1.11.0

v1.10.0: 1.10.0

What's Changed

Other Changes
Dependencies

Full Changelog: thomhurst/TUnit@v1.9.91...v1.10.0

v1.9.91: 1.9.91

What's Changed

Other Changes
Dependencies

Full Changelog: thomhurst/TUnit@v1.9.85...v1.9.91

v1.9.85: 1.9.85

What's Changed

Other Changes
Dependencies

Full Changelog: thomhurst/TUnit@v1.9.81...v1.9.85

v1.9.81: 1.9.81

What's Changed

Other Changes
Dependencies

Full Changelog: thomhurst/TUnit@v1.9.68...v1.9.81

v1.9.68: 1.9.68

What's Changed

Other Changes
Dependencies

Full Changelog: thomhurst/TUnit@v1.9.64...v1.9.68

v1.9.64: 1.9.64

What's Changed

Other Changes
Dependencies

Full Changelog: thomhurst/TUnit@v1.9.55...v1.9.64

v1.9.55: 1.9.55

What's Changed

Other Changes
Dependencies

Full Changelog: thomhurst/TUnit@v1.9.45...v1.9.55

v1.9.45: 1.9.45

What's Changed

Other Changes
Dependencies

Full Changelog: thomhurst/TUnit@v1.9.42...v1.9.45

v1.9.42: 1.9.42

What's Changed

Other Changes
Dependencies

Full Changelog: thomhurst/TUnit@v1.9.26...v1.9.42

v1.9.26: 1.9.26

What's Changed

Other Changes
Dependencies

Full Changelog: thomhurst/TUnit@v1.9.17...v1.9.26

v1.9.17: 1.9.17

What's Changed

Other Changes
Dependencies

Full Changelog: thomhurst/TUnit@v1.9.2...v1.9.17

v1.9.2: 1.9.2

What's Changed

Other Changes
  • fix: add TestDataRow unwrapping to analyzer and tests for named properties by @​thomhurst in #​4227

Full Changelog: thomhurst/TUnit@v1.9.0...v1.9.2

v1.9.0: 1.9.0

What's Changed

Other Changes
  • feat: add collection assertions for Memory, Set, Dictionary, List, ReadOnlyList, and AsyncEnumerable types by @​thomhurst in #​4226
Dependencies

Full Changelog: thomhurst/TUnit@v1.8.9...v1.9.0

v1.8.9: 1.8.9

What's Changed

Other Changes
Dependencies

Full Changelog: thomhurst/TUnit@v1.8.1...v1.8.9

v1.8.1: 1.8.1

What's Changed

Other Changes
  • fix: use inline DisplayName, Skip, and Categories properties on [Arguments] attribute in NUnit migration by @​thomhurst in #​4216

Full Changelog: thomhurst/TUnit@v1.8.0...v1.8.1

v1.8.0: 1.8.0

What's Changed

Other Changes
Dependencies

Full Changelog: thomhurst/TUnit@v1.7.20...v1.8.0

v1.7.20: 1.7.20

What's Changed

Other Changes
Dependencies

Full Changelog: thomhurst/TUnit@v1.7.16...v1.7.20

v1.7.16: 1.7.16

What's Changed

Other Changes
Dependencies

Full Changelog: thomhurst/TUnit@v1.7.7...v1.7.16

v1.7.7: 1.7.7

What's Changed

Other Changes
Dependencies

Full Changelog: thomhurst/TUnit@v1.7.5...v1.7.7

v1.7.5: 1.7.5

What's Changed

Other Changes

Full Changelog: thomhurst/TUnit@v1.7.0...v1.7.5

v1.7.0: 1.7.0

What's Changed

Other Changes
Dependencies

Full Changelog: thomhurst/TUnit@v1.6.28...v1.7.0

testcontainers/testcontainers-dotnet (Testcontainers)

v4.10.0

Compare Source

What's Changed

Happy New Year, everyone! 🎉

Please note that going forward, we expect developers to explicitly pin the image version (https://redirect.github.com/testcontainers/testcontainers-dotnet/discussions/1470). We consider this a best practice and it aligns with other language implementations.

Also, due to the recent Docker Engine v29 release, TC for .NET pins the Docker Engine API version to 1.44 (see the previous release notes). You can override this default and set it to the version you're using, ideally 1.52, which corresponds to v29, if you're already running it.

⚠️ Breaking Changes

🚀 Features

🐛 Bug Fixes

📖 Documentation

🧹 Housekeeping


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.

👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Renovate Bot.

@hojmark-renovate hojmark-renovate bot added the dependencies Pull requests that update a dependency file label Dec 31, 2025
@hojmark-renovate hojmark-renovate bot force-pushed the renovate/nuget-non-major branch from 3dec024 to a03f027 Compare January 7, 2026 06:46
@hojmark-renovate hojmark-renovate bot force-pushed the renovate/nuget-non-major branch from a03f027 to 3c490e1 Compare January 14, 2026 06:46
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

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant