Skip to content

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Sep 29, 2025

Updated BenchmarkDotNet from 0.15.2 to 0.15.4.

Release notes

Sourced from BenchmarkDotNet's releases.

0.15.4

Full changelog: https://benchmarkdotnet.org/changelog/v0.15.4.html

Highlights

Allow override method/property for ParamsSource (#​2832)

0.15.3

Full changelog: https://benchmarkdotnet.org/changelog/v0.15.3.html

Highlights

Improvements:

  • Naot instruction set support for .NET 10+, migrate to ISA groupings in CPU summary #​2828
  • Support benchmark filtering for TestAdapter #​2662 #​2788
  • Support non-primitive external types in ArgumentsSource #​2820
  • Enable MSBuild parallel build via --nodeReuse:false #​2693 #​2814
  • Improve CPU detection #​2747 #​2749
  • Enable assembly signing for debug build #​2774

Deprecations:

Bug fixes:

  • Fix InvalidOperationException in diagnosers #​2758 #​2805
  • Fix file detection in NativeMemoryProfiler #​2794 #​2795
  • Fix long file paths issue in EtwProfiler #​2807 #​2808
  • Fix log duplications in TestAdapter #​2790
  • Fix x86 disassembler error for net462 #​2792
  • Fix IsNetCore and IsNativeAOT for single-file apps without AOT #​2799
  • Fix density plot generation in RPlotExporter for latest version of R #​2809

Commits viewable in compare view.

Updated Meziantou.Analyzer from 2.0.205 to 2.0.221.

Release notes

Sourced from Meziantou.Analyzer's releases.

2.0.221

NuGet package: https://www.nuget.org/packages/Meziantou.Analyzer/2.0.221

What's Changed

Full Changelog: meziantou/Meziantou.Analyzer@2.0.220...2.0.221

2.0.220

NuGet package: https://www.nuget.org/packages/Meziantou.Analyzer/2.0.220

What's Changed

Full Changelog: meziantou/Meziantou.Analyzer@2.0.219...2.0.220

2.0.219

NuGet package: https://www.nuget.org/packages/Meziantou.Analyzer/2.0.219

What's Changed

New Contributors

Full Changelog: meziantou/Meziantou.Analyzer@2.0.218...2.0.219

2.0.218

NuGet package: https://www.nuget.org/packages/Meziantou.Analyzer/2.0.218

Full Changelog: meziantou/Meziantou.Analyzer@2.0.217...2.0.218

2.0.217

NuGet package: https://www.nuget.org/packages/Meziantou.Analyzer/2.0.217

Full Changelog: meziantou/Meziantou.Analyzer@2.0.216...2.0.217

2.0.216

NuGet package: https://www.nuget.org/packages/Meziantou.Analyzer/2.0.216

What's Changed

Full Changelog: meziantou/Meziantou.Analyzer@2.0.215...2.0.216

2.0.215

NuGet package: https://www.nuget.org/packages/Meziantou.Analyzer/2.0.215

Full Changelog: meziantou/Meziantou.Analyzer@2.0.214...2.0.215

2.0.214

NuGet package: https://www.nuget.org/packages/Meziantou.Analyzer/2.0.214

What's Changed

Full Changelog: meziantou/Meziantou.Analyzer@2.0.213...2.0.214

2.0.213

NuGet package: https://www.nuget.org/packages/Meziantou.Analyzer/2.0.213

What's Changed

Full Changelog: meziantou/Meziantou.Analyzer@2.0.212...2.0.213

2.0.212

NuGet package: https://www.nuget.org/packages/Meziantou.Analyzer/2.0.212

What's Changed

Full Changelog: meziantou/Meziantou.Analyzer@2.0.211...2.0.212

2.0.211

NuGet package: https://www.nuget.org/packages/Meziantou.Analyzer/2.0.211

What's Changed

Full Changelog: meziantou/Meziantou.Analyzer@2.0.210...2.0.211

2.0.210

NuGet package: https://www.nuget.org/packages/Meziantou.Analyzer/2.0.210

What's Changed

Full Changelog: meziantou/Meziantou.Analyzer@2.0.209...2.0.210

2.0.209

NuGet package: https://www.nuget.org/packages/Meziantou.Analyzer/2.0.209

What's Changed

Full Changelog: meziantou/Meziantou.Analyzer@2.0.208...2.0.209

2.0.208

NuGet package: https://www.nuget.org/packages/Meziantou.Analyzer/2.0.208

Full Changelog: meziantou/Meziantou.Analyzer@2.0.207...2.0.208

2.0.207

NuGet package: https://www.nuget.org/packages/Meziantou.Analyzer/2.0.207

What's Changed

Full Changelog: meziantou/Meziantou.Analyzer@2.0.206...2.0.207

2.0.206

NuGet package: https://www.nuget.org/packages/Meziantou.Analyzer/2.0.206

What's Changed

Full Changelog: meziantou/Meziantou.Analyzer@2.0.205...2.0.206

Commits viewable in compare view.

Updated Microsoft.Extensions.DependencyInjection from 9.0.7 to 9.0.9.

Release notes

Sourced from Microsoft.Extensions.DependencyInjection's releases.

9.0.9

Release

What's Changed

Full Changelog: dotnet/runtime@v9.0.8...v9.0.9

9.0.8

Release

What's Changed

Full Changelog: dotnet/runtime@v9.0.7...v9.0.8

Commits viewable in compare view.

Updated Microsoft.Extensions.TimeProvider.Testing from 9.7.0 to 9.9.0.

Release notes

Sourced from Microsoft.Extensions.TimeProvider.Testing's releases.

9.9.0

Highlights

AI

  • Abstractions for remote MCP servers; response/approval flow support via new experimental types
  • Function approvals via new experimental types (e.g., ApprovalRequiredAIFunction, user input/approval request & response content).
  • Reasoning text streaming for OpenAI Responses ChatClient streaming.
  • AIFunction split into a base class to improve extensibility.
  • IChatReducer moved to Microsoft.Extensions.AI.Abstractions.
  • Updated to OpenAI 2.4.0 and genai standard convention 1.37.
  • Coalescing logic now treats ChatMessage.Role changes as new messages.
  • GetResponseAsync<T> now reads only the last message (bug fix).
  • OpenTelemetry ChatClient/EmbeddingGenerator logs raw additional properties (no key mangling).
  • Fixed empty annotated text chunk handling in streaming with OpenAI Assistants.

Telemetry & Diagnostics

  • HTTP diagnostics log query string params with proper redaction (emitted on url.query).
  • server.address telemetry emits host only (per OpenTelemetry semantic conventions).
  • Heuristics added to detect well-known model hosts.
  • Resource monitoring can consider Environment.CpuUsage.

New Contributors

Full Changelog: dotnet/extensions@v9.8.0...v9.9.0

9.8.0

What's Changed

9.7.2

Packages Released

What's Changed

  • Target .NET 8 for more stable runtime requirement by @​joelverhagen in #​6617

Full Changelog: dotnet/extensions@v9.7.1...v9.7.2

9.7.1

Packages Released

What's Changed

Full Changelog: dotnet/extensions@v9.7.0...v9.7.1

Commits viewable in compare view.

Updated Newtonsoft.Json from 13.0.3 to 13.0.4.

Release notes

Sourced from Newtonsoft.Json's releases.

13.0.4

  • New feature - Annotated for trim/AOT (in)compatibility
  • New feature - Added support for using Index with JArray
  • Change - Avoid LINQ expression trees in .NET 6+ reflection
  • Fix - Fixed handling of empty constructor names
  • Fix - Fixed XML convert duplicate attribute error on nested arrays with writeArrayAttribute set to true
  • Fix - Fixed XML convert array attribute is not set for properties with special characters
  • Fix - Fixed TimeOnly deserialization to support more formats

Commits viewable in compare view.

Updated NUnit from 4.3.2 to 4.4.0.

Release notes

Sourced from NUnit's releases.

4.4.0

See release notes for details.

Commits viewable in compare view.

Updated NUnit3TestAdapter from 5.0.0 to 5.1.0.

Release notes

Sourced from NUnit3TestAdapter's releases.

5.1.0

See release notes

Commits viewable in compare view.

Updated xunit.runner.visualstudio from 3.1.3 to 3.1.5.

Release notes

Sourced from xunit.runner.visualstudio's releases.

No release notes found for this version range.

Commits viewable in compare view.

Updated xunit.v3 from 3.0.0 to 3.1.0.

Release notes

Sourced from xunit.v3's releases.

No release notes found for this version range.

Commits viewable in compare view.

Updated YantraJS.Core from 1.2.286 to 1.2.288.

Release notes

Sourced from YantraJS.Core's releases.

No release notes found for this version range.

Commits viewable in compare view.

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

Bumps BenchmarkDotNet from 0.15.2 to 0.15.4
Bumps Meziantou.Analyzer from 2.0.205 to 2.0.221
Bumps Microsoft.Extensions.DependencyInjection from 9.0.7 to 9.0.9
Bumps Microsoft.Extensions.TimeProvider.Testing from 9.7.0 to 9.9.0
Bumps Newtonsoft.Json from 13.0.3 to 13.0.4
Bumps NUnit from 4.3.2 to 4.4.0
Bumps NUnit3TestAdapter from 5.0.0 to 5.1.0
Bumps xunit.runner.visualstudio from 3.1.3 to 3.1.5
Bumps xunit.v3 from 3.0.0 to 3.1.0
Bumps YantraJS.Core from 1.2.286 to 1.2.288

---
updated-dependencies:
- dependency-name: BenchmarkDotNet
  dependency-version: 0.15.4
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all-dependencies
- dependency-name: Meziantou.Analyzer
  dependency-version: 2.0.221
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all-dependencies
- dependency-name: Microsoft.Extensions.DependencyInjection
  dependency-version: 9.0.9
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all-dependencies
- dependency-name: Microsoft.Extensions.TimeProvider.Testing
  dependency-version: 9.9.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all-dependencies
- dependency-name: Newtonsoft.Json
  dependency-version: 13.0.4
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all-dependencies
- dependency-name: NUnit
  dependency-version: 4.4.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all-dependencies
- dependency-name: NUnit3TestAdapter
  dependency-version: 5.1.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all-dependencies
- dependency-name: xunit.runner.visualstudio
  dependency-version: 3.1.5
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all-dependencies
- dependency-name: xunit.v3
  dependency-version: 3.1.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all-dependencies
- dependency-name: YantraJS.Core
  dependency-version: 1.2.288
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all-dependencies
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added .NET Pull requests that update .NET code dependencies Pull requests that update a dependency file labels Sep 29, 2025
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 .NET Pull requests that update .NET code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants