Skip to content

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

Merged
hojmark merged 1 commit intomainfrom
renovate/nuget-non-major
Apr 22, 2026
Merged

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

Conversation

@hojmark-renovate
Copy link
Copy Markdown
Contributor

ℹ️ Note

This PR body was truncated due to platform limits.

This PR contains the following updates:

Package Type Update Change
IPNetwork2 nuget minor 4.0.24.2.0
JsonSchema.Net nuget minor 9.1.39.2.0
JsonSchema.Net.Generation nuget minor 7.1.37.3.6
Microsoft.Extensions.DependencyInjection (source) nuget patch 10.0.510.0.7
Microsoft.Extensions.Logging (source) nuget patch 10.0.510.0.7
Microsoft.Extensions.Logging.Abstractions (source) nuget patch 10.0.510.0.7
Microsoft.Extensions.Logging.Console (source) nuget patch 10.0.510.0.7
Microsoft.Extensions.TimeProvider.Testing (source) nuget minor 10.4.010.5.0
Microsoft.NET.Test.Sdk nuget minor 18.3.018.4.0
SonarAnalyzer.CSharp (source) nuget minor 10.22.0.13689410.24.0.138807
Spectre.Console.Cli nuget minor 0.53.10.55.0
System.CommandLine (source) nuget patch 2.0.52.0.7
System.Text.Json (source) nuget patch 10.0.510.0.7
System.Threading.RateLimiting (source) nuget patch 10.0.510.0.7
TUnit nuget minor 1.24.01.37.24

Release Notes

lduchosal/ipnetwork (IPNetwork2)

v4.2.0

Compare Source

Full Changelog: lduchosal/ipnetwork@4.1.1...4.2.0

v4.1.1

Compare Source

Fix

  • Fixed NullReferenceException when displaying IPv6 /128 networks (Broadcast, FirstUsable, LastUsable can be null)
  • Fixed release workflow: retired macos-13 runner, added --skip-duplicate for NuGet push

Downloads

Platform File
Windows x64 ipnetwork-win-x64.zip
macOS Apple Silicon ipnetwork-osx-arm64.tar.gz
macOS Intel ipnetwork-osx-x64.tar.gz
Linux x64 ipnetwork-linux-x64.tar.gz
Linux ARM64 ipnetwork-linux-arm64.tar.gz
Chocolatey choco install ipnetwork
NuGet (library) dotnet add package IPNetwork2

v4.1.0

Compare Source

What's new

  • Native AOT binaries — self-contained, no .NET runtime required (~3MB)
  • Multi-platform release — macOS (ARM64, x64), Linux (x64, ARM64), Windows (x64)
  • Renamed binaryipnetwork instead of ConsoleApplication
  • Chocolatey — no longer requires dotnet-10.0-runtime dependency
  • GnuGetOpt 1.1.3 — strong-named on all platforms

Downloads

Platform File
Windows x64 ipnetwork-win-x64.zip
macOS Apple Silicon ipnetwork-osx-arm64.tar.gz
macOS Intel ipnetwork-osx-x64.tar.gz
Linux x64 ipnetwork-linux-x64.tar.gz
Linux ARM64 ipnetwork-linux-arm64.tar.gz
Chocolatey choco install ipnetwork
NuGet (library) dotnet add package IPNetwork2
dotnet/extensions (Microsoft.Extensions.TimeProvider.Testing)

v10.5.0

HTTP Logging Middleware APIs in Microsoft.AspNetCore.Diagnostics.Middleware are now stable. This release also transfers Microsoft.Extensions.VectorData.Abstractions and Microsoft.Extensions.VectorData.ConformanceTests from the Semantic Kernel repository into dotnet/extensions, jumping from 10.1.0 to 10.5.0 for consistent versioning. The release also delivers fixes across the AI libraries, AI Evaluation, and Service Discovery.

Breaking Changes

  1. Rename VectorStoreVectorAttribute constructor parameter #​7460
    • The Dimensions parameter was renamed to dimensions (lowercase). This is a source-breaking change only — binary compatibility is preserved.
    • If you use the named argument syntax new VectorStoreVectorAttribute(Dimensions: 1536), update it to new VectorStoreVectorAttribute(dimensions: 1536).

Experimental API Changes

Now Stable
  • HTTP Logging Middleware APIs are now stable (previously EXTEXP0013): AddHttpLogEnricher<T>, IHttpLogEnricher, and RequestHeadersLogEnricherOptions.HeadersDataClasses #​7380

What's Changed

AI
Vector Data
  • Move Microsoft.Extensions.VectorData.Abstractions over from Semantic Kernel #​7434 by @​roji
  • Rename VectorStoreVectorAttribute dimensions constructor parameter #​7460 by @​roji
AI Evaluation
ASP.NET Core Extensions
Service Discovery

Documentation Updates

Test Improvements

Repository Infrastructure Updates

  • Bump minimatch and azure-pipelines-task-lib in /src/Libraries/Microsoft.Extensions.AI.Evaluation.Reporting/TypeScript #​7361
  • Remove stale user-level .npmrc instead of npmAuthenticate #​7366 by @​ilonatommy
  • [main] Update dependencies from dotnet/arcade #​7374
  • Use env vars in build.ps1 to bypass stale agent npm config #​7376 by @​ilonatommy
  • Add a Release-Notes skill #​7390 by @​jeffhandley
  • Enable CFSClean* policies for extensions-ci-official pipeline #​7403 by @​mmitche
  • Fix CG alerts for Microsoft.Bcl.Memory #​7418 by @​wtgodbe
  • Bump flatted from 3.3.3 to 3.4.2 in /src/Libraries/Microsoft.Extensions.AI.Evaluation.Reporting/TypeScript #​7421
  • [main] Update dependencies from dotnet/arcade #​7422
  • Bump picomatch from 2.3.1 to 2.3.2 in /src/Libraries/Microsoft.Extensions.AI.Evaluation.Reporting/TypeScript #​7427
  • Bump picomatch in /src/Libraries/Microsoft.Extensions.AI.Evaluation.Reporting/TypeScript #​7429
  • Stop using Mariner 2 images #​7431 by @​wtgodbe
  • [main] Update dependencies from dotnet/arcade #​7435
  • Bump brace-expansion from 1.1.12 to 1.1.13 in /src/Libraries/Microsoft.Extensions.AI.Evaluation.Reporting/TypeScript #​7440
  • Bump lodash from 4.17.23 to 4.18.1 in /src/Libraries/Microsoft.Extensions.AI.Evaluation.Reporting/TypeScript #​7455
  • Bump vite from 6.4.1 to 6.4.2 in /src/Libraries/Microsoft.Extensions.AI.Evaluation.Reporting/TypeScript #​7456
  • Correctly publish MEVD.ConformanceTests as nuget packages #​7459 by @​roji
  • Update ApiChief baselines for MEAI and MEVD #​7461 by @​jeffhandley
  • Upgrade to OpenAI 2.10.0 #​7450 by @​stephentoub
  • Use shared DiagnosticIds constants for MEVD experimental APIs #​7462 by @​jeffhandley

Acknowledgements

Full Changelog: dotnet/extensions@v10.4.1...v10.5.0

microsoft/vstest (Microsoft.NET.Test.Sdk)

v18.4.0

What's Changed

New Contributors

Full Changelog: microsoft/vstest@v18.3.0...v18.4.0

SonarSource/sonar-dotnet (SonarAnalyzer.CSharp)

v10.24.0.138807: 10.24

Compare Source

This release brings a batch of false negative fixes and analyzer crash fixes.

Bug Fixes

  • NET-3596 - Fix S1144 AD0001: Index out of range exception with type named Nullable
  • NET-3522 - Fix S1215 AD0001: ArgumentOutOfRangeException
  • NET-3521 - Fix S2053 AD0001: NRE
  • NET-3520 - Fix S3267 AD0001: NRE

False Positives

  • NET-2276 - Fix S1192 FP: EF migration classes

False Negatives

  • NET-3569 - Fix T0008 and T0009 FN: Support extension blocks
  • NET-2875 - Fix S2092 FN: Null Conditional Assignment
  • NET-2857 - Fix S3330 FN: Null Conditional Assignment
  • NET-2719 - Fix S4136 FN: Extension methods
  • NET-2688 - Fix S4433 FN: Null-conditional assignment in tracker
  • NET-2675 - Fix S6418 FN: Field keyword
  • NET-2667 - Fix S2934 FN: Null-conditional assignment and field keyword
  • NET-2658 - Fix S127 FN: BitShiftCompound

v10.23.0.137933: 10.23

Compare Source

This release brings a bunch of fixes! Enjoy.

Bug Fixes
  • NET-3557 - Fix SE AD0001 when SyntaxTreeOptionsProvider is null
  • NET-3519 - Fix AD0001: NRE in PropertiesAccessCorrectField
False Positives
  • NET-3532 - Fix S2583 FP: Any called two times
  • NET-3468 - Fix S1144 FP: Erroneously flagged Add() method used in Collection Initializer
  • NET-3454 - Fix S3267 FP: ref struct in foreach body cannot be captured in LINQ lambda
  • NET-3164 - Fix S125 FP: Improve semicolon heuristic
  • NET-2559 - Fix S5944 FP: When method name is also a class name of generic argument
  • NET-2438 - Fix S1067 FP: Do not raise an issue inside Equals() implementation
  • NET-1565 - Fix S1192 FP: Shouldn't raise on Dapper parameters
  • NET-1168 - Fix S1172 FP: When parameter conditionally used in local function
  • NET-52 - Fix S4017 FP: Do not raise when implementing abstract class/interface
False Negatives
  • NET-1642 - Fix S3415, S2701, S2699, S2187 FN: Support NUnit 4.0
  • NET-348 - Fix S4144 FN: Methods with generic return types
thomhurst/TUnit (TUnit)

v1.37.24: 1.37.24

What's Changed

Other Changes
Dependencies

Full Changelog: thomhurst/TUnit@v1.37.10...v1.37.24

v1.37.10: 1.37.10

What's Changed

Other Changes
Dependencies

New Contributors

Full Changelog: thomhurst/TUnit@v1.37.0...v1.37.10

v1.37.0: 1.37.0

What's Changed

Other Changes
Dependencies

Full Changelog: thomhurst/TUnit@v1.36.0...v1.37.0

v1.36.0: 1.36.0

What's Changed

Other Changes
Dependencies

Full Changelog: thomhurst/TUnit@v1.35.2...v1.36.0

v1.35.2: 1.35.2

What's Changed

Other Changes
Dependencies

Full Changelog: thomhurst/TUnit@v1.35.0...v1.35.2

v1.35.0: 1.35.0

What's Changed

Other Changes
Dependencies

Full Changelog: thomhurst/TUnit@v1.34.5...v1.35.0

v1.34.5: 1.34.5

What's Changed

Other Changes
Dependencies

Full Changelog: thomhurst/TUnit@v1.34.0...v1.34.5

v1.34.0: 1.34.0

What's Changed

Other Changes
Dependencies

Full Changelog: thomhurst/TUnit@v1.33.0...v1.34.0

v1.33.0: 1.33.0

What's Changed

Other Changes
Dependencies

Full Changelog: thomhurst/TUnit@v1.32.0...v1.33.0

v1.32.0: 1.32.0

What's Changed

Other Changes
Dependencies

Full Changelog: thomhurst/TUnit@v1.31.0...v1.32.0

v1.31.0: 1.31.0

What's Changed

Other Changes
Dependencies

Full Changelog: thomhurst/TUnit@v1.30.8...v1.31.0

v1.30.8: 1.30.8

What's Changed

Other Changes
Dependencies

Full Changelog: thomhurst/TUnit@v1.30.0...v1.30.8

v1.30.0: 1.30.0

What's Changed

Other Changes
Dependencies

Full Changelog: thomhurst/TUnit@v1.29.0...v1.30.0

v1.29.0: 1.29.0

What's Changed

Other Changes
Dependencies

Full Changelog: thomhurst/TUnit@v1.28.7...v1.29.0

v1.28.7: 1.28.7

What's Changed

Other Changes
  • fix: prevent StringBuilder race in console interceptor during parallel tests by @​thomhurst in #​5414
Dependencies

Full Changelog: thomhurst/TUnit@v1.28.5...v1.28.7

v1.28.5: 1.28.5

What's Changed

Other Changes
Dependencies

Full Changelog: thomhurst/TUnit@v1.28.0...v1.28.5

v1.28.0: 1.28.0

What's Changed

Other Changes

Configuration

📅 Schedule: (in timezone Europe/Berlin)

  • 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 Apr 22, 2026
@hojmark hojmark merged commit 9ee9c0d into main Apr 22, 2026
5 checks passed
@hojmark hojmark deleted the renovate/nuget-non-major branch April 22, 2026 08:18
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