Skip to content

chore(deps): update all non-major nuget dependencies#127

Merged
hojmark merged 1 commit intomainfrom
renovate/nuget-non-major
Mar 31, 2026
Merged

chore(deps): update all non-major nuget dependencies#127
hojmark merged 1 commit intomainfrom
renovate/nuget-non-major

Conversation

@hojmark-renovate
Copy link
Copy Markdown
Contributor

@hojmark-renovate hojmark-renovate bot commented Mar 18, 2026

This PR contains the following updates:

Package Type Update Change
JsonSchema.Net nuget patch 9.1.29.1.3
JsonSchema.Net.Generation nuget patch 7.1.27.1.3
Microsoft.Extensions.DependencyInjection (source) nuget patch 10.0.410.0.5
Microsoft.Extensions.Logging (source) nuget patch 10.0.410.0.5
Microsoft.Extensions.Logging.Abstractions (source) nuget patch 10.0.410.0.5
Microsoft.Extensions.Logging.Console (source) nuget patch 10.0.410.0.5
NUnit3TestAdapter (source) nuget minor 6.1.06.2.0
SonarAnalyzer.CSharp (source) nuget minor 10.20.0.13514610.22.0.136894
System.CommandLine (source) nuget patch 2.0.42.0.5
System.Text.Json (source) nuget patch 10.0.410.0.5
System.Threading.RateLimiting (source) nuget patch 10.0.410.0.5
TUnit nuget minor 1.19.221.24.0
Testcontainers (source) nuget minor 4.10.04.11.0

Release Notes

nunit/nunit3-vs-adapter (NUnit3TestAdapter)

v6.2.0: V 6.2.0

See release notes

SonarSource/sonar-dotnet (SonarAnalyzer.CSharp)

v10.22.0.136894: 10.22

Compare Source

Hello everyone,
This release brings 4 new rules to help developers transition to C# 14, and a bunch of false positive fixes.

New rules
  • NET-3361 - New rule S8381: "scoped" should be escaped when used as a type name in lambda parameters
  • NET-3359 - New rule S8368: "extension" identifiers should be escaped to avoid contextual keyword conflicts
  • NET-3347 - New rule S8380: Return types named "partial" should be escaped with "@​"
  • NET-3345 - New rule S8367: Identifiers should not conflict with the "field" keyword in C# 14?
False Positive
  • NET-3443 - Fix S1940 FP: for floating point numbers that can be NaN "!(a <= b)" is not the same as "a > b"
  • NET-3001 - Fix S3063 FP: Concatenation with identifier
  • NET-1569 - Fix S5944 FP: AddressOf(MethodName) in Return statement
  • NET-3445 - Fix T0029 FP: Inside target-typed new
  • NET-2817 - Fix T0029 FP: Ident for collection expression members
  • NET-2024 - Fix T0029 FP: Inside array initializer
  • NET-3341 - Fix T0029 FP: After member access
  • NET-3462 - Fix T0042 FP: Inside constructors and collection initializers
  • NET-3426 - Fix T0042: Raw string in collection initializer
  • NET-2888 - Fix T0042 FP: Returned from method
  • NET-2874 - Fix T0042 FP: Raw string in ternary
Bugs
  • NET-3386 - Fix S4583 AD0001: BeginInvoke callback declared in separate file
Other
  • NET-3385 - S2612: Rule type changed from Security Hotspot to Vulnerability

v10.21.0.135717: 10.21

Compare Source

Bug

  • NET-3376 - Fix S6930 AD0001: Issue on template / code files for blazor
  • NET-3367 - Fix S4830 AD0001: CertificateValidationCheck Syntax node is not within syntax tree
Feature
  • NET-3260 - Fix broken links in S6960 RSPEC
False Positive
  • NET-2886 - Fix T0015 FP: In constructor
  • NET-1678 - Fix S4275 FP: with property overload
thomhurst/TUnit (TUnit)

v1.24.0: 1.24.0

What's Changed

Other Changes
Dependencies

New Contributors

Full Changelog: thomhurst/TUnit@v1.23.7...v1.24.0

v1.23.7: 1.23.7

What's Changed

Other Changes
Dependencies

New Contributors

Full Changelog: thomhurst/TUnit@v1.22.19...v1.23.7

v1.22.19: 1.22.19

What's Changed

Other Changes
Dependencies

Full Changelog: thomhurst/TUnit@v1.22.6...v1.22.19

v1.22.6: 1.22.6

What's Changed

Other Changes
Dependencies

Full Changelog: thomhurst/TUnit@v1.22.3...v1.22.6

v1.22.3: 1.22.3

What's Changed

Other Changes
Dependencies

Full Changelog: thomhurst/TUnit@v1.22.0...v1.22.3

v1.22.0: 1.22.0

What's Changed

Other Changes
Dependencies

Full Changelog: thomhurst/TUnit@v1.21.30...v1.22.0

v1.21.30: 1.21.30

What's Changed

Other Changes
Dependencies

Full Changelog: thomhurst/TUnit@v1.21.24...v1.21.30

v1.21.24: 1.21.24

What's Changed

Other Changes
  • Fix OpenTelemetry missing root span by reordering session activity lifecycle by @​Copilot in #​5245
Dependencies

Full Changelog: thomhurst/TUnit@v1.21.20...v1.21.24

v1.21.20: 1.21.20

What's Changed

Other Changes
Dependencies

Full Changelog: thomhurst/TUnit@v1.21.6...v1.21.20

v1.21.6: 1.21.6

What's Changed

Other Changes
  • perf: replace object locks with Lock type for efficient synchronization by @​thomhurst in #​5219
  • perf: parallelize test metadata collection for source-generated tests by @​thomhurst in #​5221
  • perf: use GetOrAdd args overload to eliminate closure allocations in event receivers by @​thomhurst in #​5222
  • perf: self-contained TestEntry with consolidated switch invokers eliminates per-test JIT by @​thomhurst in #​5223
Dependencies

Full Changelog: thomhurst/TUnit@v1.21.0...v1.21.6

v1.21.0: 1.21.0

What's Changed

Other Changes
Dependencies

Full Changelog: thomhurst/TUnit@v1.20.0...v1.21.0

v1.20.0: 1.20.0

What's Changed

Other Changes
Dependencies

Full Changelog: thomhurst/TUnit@v1.19.74...v1.20.0

v1.19.74: 1.19.74

What's Changed

Other Changes
Dependencies

New Contributors

Full Changelog: thomhurst/TUnit@v1.19.57...v1.19.74

v1.19.57: 1.19.57

What's Changed

Other Changes
Dependencies

Full Changelog: thomhurst/TUnit@v1.19.22...v1.19.57

testcontainers/testcontainers-dotnet (Testcontainers)

v4.11.0

Compare Source

What's Changed

Thanks to all contributors. Once again, really great contributions from everyone 🤝.

The NuGet packages for this release have been attested for supply chain security using actions/attest. This confirms the integrity and provenance of the artifacts and helps ensure they can be trusted: #​21198535.

Please be aware that we have changed the supported and underlying image used for the Cosmos DB module. The latest tag only supports certain environments and provides a limited set of features. Microsoft has introduced a new implementation, vnext-preview, which receives more updates and features. Due to the limitations of the latest tag, we decided to replace it with vnext-preview. You find more information about the image here: https://github.com/Azure/azure-cosmos-db-emulator-docker.

⚠️ Breaking Changes

🚀 Features

🐛 Bug Fixes

📖 Documentation

🧹 Housekeeping

📦 Dependency Updates


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 Mar 18, 2026
@hojmark-renovate hojmark-renovate bot force-pushed the renovate/nuget-non-major branch 3 times, most recently from 4ac3ae3 to 09760c0 Compare March 30, 2026 19:55
@hojmark-renovate hojmark-renovate bot force-pushed the renovate/nuget-non-major branch from 09760c0 to e14a2a5 Compare March 31, 2026 18:14
@hojmark hojmark enabled auto-merge (squash) March 31, 2026 18:15
@hojmark hojmark merged commit dcc083f into main Mar 31, 2026
5 checks passed
@hojmark hojmark deleted the renovate/nuget-non-major branch March 31, 2026 18:19
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