Skip to content

Bump the dotnet-dependencies group with 21 updates - #511

Closed
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/nuget/dotnet-dependencies-aee2db9562
Closed

Bump the dotnet-dependencies group with 21 updates#511
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/nuget/dotnet-dependencies-aee2db9562

Conversation

@dependabot

@dependabotdependabotBot commented on behalf of githubJul 20, 2026

Copy link
Copy Markdown
Contributor

Updated ICSharpCode.Decompiler from 10.1.0.8386 to 10.1.1.8388.

Release notes

Sourced from ICSharpCode.Decompiler's releases.

10.1.1

[!WARNING]
We DO NOT own the domain ilspy[.]org See #​3709
Download ILSpy only from GitHub Releases!

This release is based on .NET 10.0. Please make sure that you have it installed on your machine beforehand.

Bug Fixes

  • Fix: Stop the assembly list from disposing removed assemblies

Commits viewable in compare view.

Updated Microsoft.Build.Framework from 18.7.1 to 18.8.2.

Release notes

Sourced from Microsoft.Build.Framework's releases.

18.8.2

What's Changed

Commits viewable in compare view.

Updated Microsoft.CodeAnalysis.CSharp.Features from 5.3.0 to 5.6.0.

Updated Microsoft.CodeAnalysis.CSharp.Scripting from 5.3.0 to 5.6.0.

Release notes

Sourced from Microsoft.CodeAnalysis.CSharp.Scripting's releases.

No release notes found for this version range.

Commits viewable in compare view.

Updated Microsoft.Extensions.AI.Abstractions from 10.7.0 to 10.8.0.

Release notes

Sourced from Microsoft.Extensions.AI.Abstractions's releases.

10.8.0

This release adds new experimental APIs to Microsoft.Extensions.AI.Abstractions and updates the OpenAI dependency to 2.12.0, alongside documentation, test, and repository maintenance.

Experimental API Changes

New Experimental APIs

  • New experimental API: AIFunctionNameAttribute and AIParameterNameAttribute #​7610 by @​jozkee (co-authored by @​jeffhandley @​Copilot)
  • New experimental API: ToolApprovalRequestContent.RequiresConfirmation (MEAI001) #​7549 by @​javiercn (co-authored by @​Copilot)

What's Changed

AI

  • Upgrade OpenAI dependency to 2.12.0 #​7608 by @​jozkee (co-authored by @​Copilot)
  • Auto-detect audio format in OpenAISpeechToTextClient #​7575 by @​jozkee (co-authored by @​Copilot)
  • Fix ImageGeneratingChatClient duplicating preceding content and dropping following content #​7624 by @​jozkee (co-authored by @​Copilot)

Vector Data

  • Make all test methods virtual in VectorData.ConformanceTests #​7606 by @​adamsitnik (co-authored by @​Copilot)

Documentation Updates

  • Remove links to ai-samples repo #​7574 by @​gewarren
  • Fix up docs with Copilot (MEVD) #​7597 by @​gewarren
  • Fix up docs with Copilot (M.E.ServiceDiscovery) #​7598 by @​gewarren (co-authored by @​Copilot)
  • Fix up docs with Copilot (MEAI) #​7600 by @​gewarren
  • Fix up docs with Copilot #​7601 by @​gewarren

Test Improvements

  • Fix flaky StampedeTests and harden related test waits #​7572 by @​jeffhandley (co-authored by @​Copilot)
  • Fix SQLitePCLRaw.lib.e_sqlite3 vulnerability by replacing SemanticKernel connectors with CommunityToolkit #​7579 by @​adamsitnik (co-authored by @​Copilot)
  • Removing SemanticKernel Connectors dependency and replacing it #​7584 by @​adamsitnik (co-authored by @​Copilot)
  • Migrate to xUnit v3 #​7607 by @​adamsitnik (co-authored by @​shyamnamboodiripad @​Copilot)

Repository Infrastructure Updates

  • Update OTel GenAI conventions skill for standalone semconv-genai repo #​7519 by @​jeffhandley (co-authored by @​Copilot)
  • Bump dotnet-coverage from 18.7.0 to 18.8.0 #​7552
  • [main] Update dependencies from dotnet/arcade #​7559
  • Fix transitive MessagePack vulnerability in AI template AppHost projects #​7561 by @​adamsitnik (co-authored by @​Copilot)
  • Bump esbuild, @​vitejs/plugin-react and vite in /src/Libraries/Microsoft.Extensions.AI.Evaluation.Reporting/TypeScript #​7564
  • Bump tmp from 0.2.6 to 0.2.7 in /src/Libraries/Microsoft.Extensions.AI.Evaluation.Reporting/TypeScript #​7569
  • Bump js-yaml from 4.1.1 to 4.2.0 in /src/Libraries/Microsoft.Extensions.AI.Evaluation.Reporting/TypeScript #​7570
  • Bump PowerShell from 7.6.2 to 7.6.3 #​7576
  • Remove duplicate 'WebAPI' classification from template #​7577 by @​danroth27
  • [main] Update dependencies from dotnet/arcade #​7590
  • Eliminate redundant Correctness CI stage by merging into Build #​7594 by @​adamsitnik (co-authored by @​Copilot)
  • Update Agent Framework to 1.13.0 #​7613 by @​jeffhandley (co-authored by @​Copilot)
    ... (truncated)

Commits viewable in compare view.

Updated Microsoft.Extensions.AI.OpenAI from 10.7.0 to 10.8.0.

Release notes

Sourced from Microsoft.Extensions.AI.OpenAI's releases.

10.8.0

This release adds new experimental APIs to Microsoft.Extensions.AI.Abstractions and updates the OpenAI dependency to 2.12.0, alongside documentation, test, and repository maintenance.

Experimental API Changes

New Experimental APIs

  • New experimental API: AIFunctionNameAttribute and AIParameterNameAttribute #​7610 by @​jozkee (co-authored by @​jeffhandley @​Copilot)
  • New experimental API: ToolApprovalRequestContent.RequiresConfirmation (MEAI001) #​7549 by @​javiercn (co-authored by @​Copilot)

What's Changed

AI

  • Upgrade OpenAI dependency to 2.12.0 #​7608 by @​jozkee (co-authored by @​Copilot)
  • Auto-detect audio format in OpenAISpeechToTextClient #​7575 by @​jozkee (co-authored by @​Copilot)
  • Fix ImageGeneratingChatClient duplicating preceding content and dropping following content #​7624 by @​jozkee (co-authored by @​Copilot)

Vector Data

  • Make all test methods virtual in VectorData.ConformanceTests #​7606 by @​adamsitnik (co-authored by @​Copilot)

Documentation Updates

  • Remove links to ai-samples repo #​7574 by @​gewarren
  • Fix up docs with Copilot (MEVD) #​7597 by @​gewarren
  • Fix up docs with Copilot (M.E.ServiceDiscovery) #​7598 by @​gewarren (co-authored by @​Copilot)
  • Fix up docs with Copilot (MEAI) #​7600 by @​gewarren
  • Fix up docs with Copilot #​7601 by @​gewarren

Test Improvements

  • Fix flaky StampedeTests and harden related test waits #​7572 by @​jeffhandley (co-authored by @​Copilot)
  • Fix SQLitePCLRaw.lib.e_sqlite3 vulnerability by replacing SemanticKernel connectors with CommunityToolkit #​7579 by @​adamsitnik (co-authored by @​Copilot)
  • Removing SemanticKernel Connectors dependency and replacing it #​7584 by @​adamsitnik (co-authored by @​Copilot)
  • Migrate to xUnit v3 #​7607 by @​adamsitnik (co-authored by @​shyamnamboodiripad @​Copilot)

Repository Infrastructure Updates

  • Update OTel GenAI conventions skill for standalone semconv-genai repo #​7519 by @​jeffhandley (co-authored by @​Copilot)
  • Bump dotnet-coverage from 18.7.0 to 18.8.0 #​7552
  • [main] Update dependencies from dotnet/arcade #​7559
  • Fix transitive MessagePack vulnerability in AI template AppHost projects #​7561 by @​adamsitnik (co-authored by @​Copilot)
  • Bump esbuild, @​vitejs/plugin-react and vite in /src/Libraries/Microsoft.Extensions.AI.Evaluation.Reporting/TypeScript #​7564
  • Bump tmp from 0.2.6 to 0.2.7 in /src/Libraries/Microsoft.Extensions.AI.Evaluation.Reporting/TypeScript #​7569
  • Bump js-yaml from 4.1.1 to 4.2.0 in /src/Libraries/Microsoft.Extensions.AI.Evaluation.Reporting/TypeScript #​7570
  • Bump PowerShell from 7.6.2 to 7.6.3 #​7576
  • Remove duplicate 'WebAPI' classification from template #​7577 by @​danroth27
  • [main] Update dependencies from dotnet/arcade #​7590
  • Eliminate redundant Correctness CI stage by merging into Build #​7594 by @​adamsitnik (co-authored by @​Copilot)
  • Update Agent Framework to 1.13.0 #​7613 by @​jeffhandley (co-authored by @​Copilot)
    ... (truncated)

Commits viewable in compare view.

Updated Microsoft.Extensions.Caching.Memory from 10.0.9 to 10.0.10.

Release notes

Sourced from Microsoft.Extensions.Caching.Memory's releases.

No release notes found for this version range.

Commits viewable in compare view.

Updated Microsoft.Extensions.DependencyModel from 10.0.9 to 10.0.10.

Release notes

Sourced from Microsoft.Extensions.DependencyModel's releases.

No release notes found for this version range.

Commits viewable in compare view.

Updated Microsoft.NET.StringTools from 18.7.1 to 18.8.2.

Release notes

Sourced from Microsoft.NET.StringTools's releases.

18.8.2

What's Changed

Commits viewable in compare view.

Updated Microsoft.SymbolStore from 1.0.731901 to 1.0.736901.

Release notes

Sourced from Microsoft.SymbolStore's releases.

No release notes found for this version range.

Commits viewable in compare view.

Updated Microsoft.Testing.Extensions.CodeCoverage from 18.8.0 to 18.9.0.

Release notes

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

No release notes found for this version range.

Commits viewable in compare view.

Updated MonoMod.RuntimeDetour from 25.3.4 to 25.3.6.

Release notes

Sourced from MonoMod.RuntimeDetour's releases.

No release notes found for this version range.

Commits viewable in compare view.

Updated NSubstitute from 5.3.0 to 6.0.0.

Release notes

Sourced from NSubstitute's releases.

6.0.0

ℹ️ No changes from Release Candidate 1.

NSubstitute v6.0.0

From RC1 notes:

  • [NEW] ArgMatchers.Matching predicate matcher as an alternative to Is(Expression<Predicate<T>>. (.NET6 and above.)
  • [UPDATE] Improved support for custom argument matchers. Arg.Is now accepts arg matchers.
  • [UPDATE][BREAKING] Update target frameworks: .NET8, .NET Standard 2.0
  • [UPDATE][BREAKING] Remove legacy obsolete API
  • [UPDATE][BREAKING] Mark as obsolete api CompatArg with pre c# 7.0 support
  • [UPDATE][BREAKING] Nullability is enabled for public api for .NET 8+ TFMs
  • [UPDATE] Migrate documentation to docfx platform and update samples to NUnit 4
  • [NEW] Added NuGet Package README file.

Full change list

6.0.0-rc.1

NSubstitute v6.0.0 Release Candidate 1

Due to the large number of changes in this release, we wanted to start with a release candidate to ensure we've correctly captured breaking changes.

  • [NEW] ArgMatchers.Matching predicate matcher as an alternative to Is(Expression<Predicate<T>>. (.NET6 and above.)
  • [UPDATE] Improved support for custom argument matchers. Arg.Is now accepts arg matchers.
  • [UPDATE][BREAKING] Update target frameworks: .NET8, .NET Standard 2.0
  • [UPDATE][BREAKING] Remove legacy obsolete API
  • [UPDATE][BREAKING] Mark as obsolete api CompatArg with pre c# 7.0 support
  • [UPDATE][BREAKING] Nullability is enabled for public api for .NET 8+ TFMs
  • [UPDATE] Migrate documentation to docfx platform and update samples to NUnit 4
  • [NEW] Added NuGet Package README file.

Full change list

Commits viewable in compare view.

Updated Spectre.Console.Ansi from 0.57.1 to 0.57.2.

Release notes

Sourced from Spectre.Console.Ansi's releases.

0.57.2

What's Change

Full Changelog: spectreconsole/spectre.console@0.57.1...0.57.2

Commits viewable in compare view.

Updated Spectre.Console.Testing from 0.57.1 to 0.57.2.

Release notes

Sourced from Spectre.Console.Testing's releases.

0.57.2

What's Change

Full Changelog: spectreconsole/spectre.console@0.57.1...0.57.2

Commits viewable in compare view.

Updated System.CommandLine from 3.0.0-preview.5.26302.115 to 3.0.0-preview.6.26359.118.

Release notes

Sourced from System.CommandLine's releases.

No release notes found for this version range.

Commits viewable in compare view.

Updated System.Configuration.ConfigurationManager from 10.0.9 to 10.0.10.

Release notes

Sourced from System.Configuration.ConfigurationManager's releases.

No release notes found for this version range.

Commits viewable in compare view.

Updated System.IO.Abstractions from 22.1.1 to 22.2.0.

Release notes

Sourced from System.IO.Abstractions's releases.

22.2.0

What's Changed

Commits viewable in compare view.

Updated System.IO.Abstractions.TestingHelpers from 22.1.1 to 22.2.0.

Release notes

Sourced from System.IO.Abstractions.TestingHelpers's releases.

22.2.0

What's Changed

Commits viewable in compare view.

Updated System.Reflection.MetadataLoadContext from 10.0.9 to 10.0.10.

Release notes

Sourced from System.Reflection.MetadataLoadContext's releases.

No release notes found for this version range.

Commits viewable in compare view.

Updated xunit.v3.mtp-v2 from 4.0.0-pre.128 to 4.0.0-pre.154.

Release notes

Sourced from xunit.v3.mtp-v2'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 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 ICSharpCode.Decompiler from 10.1.0.8386 to 10.1.1.8388
Bumps Microsoft.Build.Framework from 18.7.1 to 18.8.2
Bumps Microsoft.CodeAnalysis.CSharp.Features from 5.3.0 to 5.6.0
Bumps Microsoft.CodeAnalysis.CSharp.Scripting from 5.3.0 to 5.6.0
Bumps Microsoft.Extensions.AI.Abstractions from 10.7.0 to 10.8.0
Bumps Microsoft.Extensions.AI.OpenAI from 10.7.0 to 10.8.0
Bumps Microsoft.Extensions.Caching.Memory from 10.0.9 to 10.0.10
Bumps Microsoft.Extensions.DependencyModel from 10.0.9 to 10.0.10
Bumps Microsoft.NET.StringTools from 18.7.1 to 18.8.2
Bumps Microsoft.SymbolStore from 1.0.731901 to 1.0.736901
Bumps Microsoft.Testing.Extensions.CodeCoverage from 18.8.0 to 18.9.0
Bumps MonoMod.RuntimeDetour from 25.3.4 to 25.3.6
Bumps NSubstitute from 5.3.0 to 6.0.0
Bumps Spectre.Console.Ansi from 0.57.1 to 0.57.2
Bumps Spectre.Console.Testing from 0.57.1 to 0.57.2
Bumps System.CommandLine from 3.0.0-preview.5.26302.115 to 3.0.0-preview.6.26359.118
Bumps System.Configuration.ConfigurationManager from 10.0.9 to 10.0.10
Bumps System.IO.Abstractions from 22.1.1 to 22.2.0
Bumps System.IO.Abstractions.TestingHelpers from 22.1.1 to 22.2.0
Bumps System.Reflection.MetadataLoadContext from 10.0.9 to 10.0.10
Bumps xunit.v3.mtp-v2 from 4.0.0-pre.128 to 4.0.0-pre.154
---
updated-dependencies:
- dependency-name: ICSharpCode.Decompiler
dependency-version: 10.1.1.8388
dependency-type: direct:production
update-type: version-update:semver-patch
dependency-group: dotnet-dependencies
- dependency-name: Microsoft.Build.Framework
dependency-version: 18.8.2
dependency-type: direct:production
update-type: version-update:semver-minor
dependency-group: dotnet-dependencies
- dependency-name: Microsoft.NET.StringTools
dependency-version: 18.8.2
dependency-type: direct:production
update-type: version-update:semver-minor
dependency-group: dotnet-dependencies
- dependency-name: Microsoft.CodeAnalysis.CSharp.Scripting
dependency-version: 5.6.0
dependency-type: direct:production
update-type: version-update:semver-minor
dependency-group: dotnet-dependencies
- dependency-name: Microsoft.Extensions.AI.Abstractions
dependency-version: 10.8.0
dependency-type: direct:production
update-type: version-update:semver-minor
dependency-group: dotnet-dependencies
- dependency-name: Microsoft.Extensions.AI.OpenAI
dependency-version: 10.8.0
dependency-type: direct:production
update-type: version-update:semver-minor
dependency-group: dotnet-dependencies
- dependency-name: Microsoft.Extensions.Caching.Memory
dependency-version: 10.0.10
dependency-type: direct:production
update-type: version-update:semver-patch
dependency-group: dotnet-dependencies
- dependency-name: Microsoft.Extensions.DependencyModel
dependency-version: 10.0.10
dependency-type: direct:production
update-type: version-update:semver-patch
dependency-group: dotnet-dependencies
- dependency-name: Microsoft.SymbolStore
dependency-version: 1.0.736901
dependency-type: direct:production
update-type: version-update:semver-patch
dependency-group: dotnet-dependencies
- dependency-name: Microsoft.Testing.Extensions.CodeCoverage
dependency-version: 18.9.0
dependency-type: direct:production
update-type: version-update:semver-minor
dependency-group: dotnet-dependencies
- dependency-name: MonoMod.RuntimeDetour
dependency-version: 25.3.6
dependency-type: direct:production
update-type: version-update:semver-patch
dependency-group: dotnet-dependencies
- dependency-name: NSubstitute
dependency-version: 6.0.0
dependency-type: direct:production
update-type: version-update:semver-major
dependency-group: dotnet-dependencies
- dependency-name: Spectre.Console.Ansi
dependency-version: 0.57.2
dependency-type: direct:production
update-type: version-update:semver-patch
dependency-group: dotnet-dependencies
- dependency-name: Spectre.Console.Testing
dependency-version: 0.57.2
dependency-type: direct:production
update-type: version-update:semver-patch
dependency-group: dotnet-dependencies
- dependency-name: System.CommandLine
dependency-version: 3.0.0-preview.6.26359.118
dependency-type: direct:production
update-type: version-update:semver-patch
dependency-group: dotnet-dependencies
- dependency-name: Microsoft.CodeAnalysis.CSharp.Features
dependency-version: 5.6.0
dependency-type: direct:production
update-type: version-update:semver-minor
dependency-group: dotnet-dependencies
- dependency-name: System.Configuration.ConfigurationManager
dependency-version: 10.0.10
dependency-type: direct:production
update-type: version-update:semver-patch
dependency-group: dotnet-dependencies
- dependency-name: System.IO.Abstractions
dependency-version: 22.2.0
dependency-type: direct:production
update-type: version-update:semver-minor
dependency-group: dotnet-dependencies
- dependency-name: System.IO.Abstractions.TestingHelpers
dependency-version: 22.2.0
dependency-type: direct:production
update-type: version-update:semver-minor
dependency-group: dotnet-dependencies
- dependency-name: System.Reflection.MetadataLoadContext
dependency-version: 10.0.10
dependency-type: direct:production
update-type: version-update:semver-patch
dependency-group: dotnet-dependencies
- dependency-name: xunit.v3.mtp-v2
dependency-version: 4.0.0-pre.154
dependency-type: direct:production
update-type: version-update:semver-patch
dependency-group: dotnet-dependencies
...
Signed-off-by: dependabot[bot] <support@github.com>
@dependabotdependabotBot added .NET Pull requests that update .NET code dependencies Pull requests that update a dependency file labels Jul 20, 2026
@dependabot@github

dependabotBot commented on behalf of githubJul 27, 2026

Copy link
Copy Markdown
ContributorAuthor

Superseded by #515.

@dependabotdependabotBot closed this Jul 27, 2026
@dependabot
dependabotBot deleted the dependabot/nuget/dotnet-dependencies-aee2db9562 branch July 27, 2026 16:35
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependenciesPull requests that update a dependency file.NETPull requests that update .NET code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants