Bump the nuget-selected group with 4 updates - #1710
Merged
David Pine (IEvangelist) merged 1 commit intoSep 22, 2026
Merged
David Pine (IEvangelist) merged 1 commit into
David Pine (IEvangelist) merged 1 commit into
Conversation
Bumps Microsoft.AspNetCore.TestHost from 10.0.11 to 10.0.12 Bumps Microsoft.NET.Test.Sdk to 18.10.0 Bumps System.CommandLine from 2.0.11 to 2.0.12 Bumps xunit.runner.visualstudio from 3.1.4 to 4.0.0 --- updated-dependencies: - dependency-name: Microsoft.AspNetCore.TestHost dependency-version: 10.0.12 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: nuget-selected - dependency-name: Microsoft.NET.Test.Sdk dependency-version: 18.10.0 dependency-type: direct:production update-type: version-update:semver-major dependency-group: nuget-selected - dependency-name: Microsoft.NET.Test.Sdk dependency-version: 18.10.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: nuget-selected - dependency-name: Microsoft.NET.Test.Sdk dependency-version: 18.10.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: nuget-selected - dependency-name: Microsoft.NET.Test.Sdk dependency-version: 18.10.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: nuget-selected - dependency-name: System.CommandLine dependency-version: 2.0.12 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: nuget-selected - dependency-name: System.CommandLine dependency-version: 2.0.12 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: nuget-selected - dependency-name: xunit.runner.visualstudio dependency-version: 4.0.0 dependency-type: direct:production update-type: version-update:semver-major dependency-group: nuget-selected ... Signed-off-by: dependabot[bot] <support@github.com>
dependabot
Bot
requested a review
from David Pine (IEvangelist)
as a code owner
September 22, 2026 04:37
Contributor
There was a problem hiding this comment.
Copilot review overview
🔵 Needs a closer look
It includes major-version updates to test infrastructure packages (notably Microsoft.NET.Test.Sdk and xunit.runner.visualstudio) that can change test discovery/execution behavior and should be validated via CI/human review.
Review effort: Lite
Findings: None
What changed in this PR
Updates the repo’s test and toolchain NuGet dependencies to newer patch/major versions, primarily affecting the test projects and the two JSON generator tools.
Changes:
- Bump
Microsoft.NET.Test.Sdkto18.10.0across test projects. - Bump
xunit.runner.visualstudioto4.0.0(andMicrosoft.AspNetCore.TestHostto10.0.12where used). - Bump
System.CommandLineto2.0.12for the generator tools.
| File | Description |
|---|---|
| tests/StaticHost.Tests/StaticHost.Tests.csproj | Updates test SDK, TestHost, and VS runner package versions. |
| tests/PackageJsonGenerator.Tests/PackageJsonGenerator.Tests.csproj | Updates test SDK package version. |
| tests/AtsJsonGenerator.Tests/AtsJsonGenerator.Tests.csproj | Updates test SDK package version. |
| tests/Aspire.Dev.AppHost.Tests/Aspire.Dev.AppHost.Tests.csproj | Updates test SDK and VS runner package versions. |
| src/tools/PackageJsonGenerator/PackageJsonGenerator.csproj | Updates System.CommandLine package version. |
| src/tools/AtsJsonGenerator/AtsJsonGenerator.csproj | Updates System.CommandLine package version. |
💡 Add a code-review agent skill or configure MCP servers for context-aware, tailored reviews. Learn more in the docs.
David Pine (IEvangelist)
enabled auto-merge (squash)
September 22, 2026 12:01
David Pine (IEvangelist)
approved these changes
Sep 22, 2026
David Pine (IEvangelist)
deleted the
dependabot/nuget/src/tools/AtsJsonGenerator/nuget-selected-dfdfca0b3e
branch
September 22, 2026 12:02
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Updated Microsoft.AspNetCore.TestHost from 10.0.11 to 10.0.12.
Release notes
Sourced from Microsoft.AspNetCore.TestHost's releases.
No release notes found for this version range.
Commits viewable in compare view.
Updated Microsoft.NET.Test.Sdk from 17.14.1 to 18.10.0.
Release notes
Sourced from Microsoft.NET.Test.Sdk's releases.
18.10.0
What's Changed
vstest.consoleand datacollector by @nohwnd in Run Microsoft.Testing.Platform test apps under vstest.console and datacollector vstest#16201Full Changelog: microsoft/vstest@v18.9.0...v18.10.0
18.9.0
What's Changed
New Contributors
Full Changelog: microsoft/vstest@v18.8.0...v18.9.0
18.8.1
What's Changed
Full Changelog: microsoft/vstest@v18.8.0...v18.8.1
18.8.0
What's Changed
Full Changelog: microsoft/vstest@v18.7.0...v18.8.0
18.7.0
What's Changed
New Contributors
Full Changelog: microsoft/vstest@v18.6.0...v18.7.0
18.6.0
What's Changed
Changes to tests and infra
... (truncated)
18.5.1
What's Changed
Full Changelog: microsoft/vstest@v18.5.0...v18.5.1
18.5.0
What's Changed
Full Changelog: microsoft/vstest@v18.4.0...v18.5.0
18.4.0
What's Changed
Add LoongArch64 support by @stdmnpkg in Add LoongArch64 support vstest#15359
Refactor Condition evaluation by @Youssef1313 in Refactor Condition evaluation vstest#15357
Adding info on extensions points part 1 by @nohwnd in Adding info on extensions points part 1 vstest#15360
Add option to ask for uploading code QL before the standard window ends by @nohwnd in Add option to ask for uploading code QL before the standard window ends vstest#15373
Update runtime versions by @nohwnd in Update runtime versions vstest#15372
Fix .NET 10 regression for traits by @Youssef1313 in Fix .NET 10 regression for traits vstest#15370
Update target frameworks to net10.0 and net11.0 by @dotnet-maestro[bot] in Update target frameworks to net10.0 and net11.0 vstest#15349
Fix names in pipeline matrix so we don't have to align them by @nohwnd in Fix names in pipeline matrix so we don't have to align them vstest#15365
Update SECURITY.md by @Youssef1313 in Update SECURITY.md vstest#15342
New Contributors
Full Changelog: microsoft/vstest@v18.3.0...v18.4.0
18.3.0
What's Changed
Internal fixes and updates
New Contributors
18.0.1
What's Changed
Fixing an issue with loading covrun64.dll on systems that have .NET 10 SDK installed: https://learn.microsoft.com/en-us/dotnet/core/compatibility/sdk/10.0/code-coverage-dynamic-native-instrumentation
Internal changes
Full Changelog: microsoft/vstest@v18.0.0...v18.0.1
18.0.0
What's Changed
Internal fixes and updates
... (truncated)
Commits viewable in compare view.
Updated Microsoft.NET.Test.Sdk from 18.9.0 to 18.10.0.
Release notes
Sourced from Microsoft.NET.Test.Sdk's releases.
18.10.0
What's Changed
vstest.consoleand datacollector by @nohwnd in Run Microsoft.Testing.Platform test apps under vstest.console and datacollector vstest#16201Full Changelog: microsoft/vstest@v18.9.0...v18.10.0
Commits viewable in compare view.
Updated System.CommandLine from 2.0.11 to 2.0.12.
Release notes
Sourced from System.CommandLine's releases.
No release notes found for this version range.
Commits viewable in compare view.
Updated xunit.runner.visualstudio from 3.1.4 to 4.0.0.
Release notes
Sourced from xunit.runner.visualstudio's releases.
4.0.0
Release notes: https://xunit.net/releases/visualstudio/4.0.0
4.0.0-pre.5
Release notes: https://xunit.net/releases/visualstudio/4.0.0-pre.5
4.0.0-pre.4
Release notes: https://xunit.net/releases/visualstudio/4.0.0-pre.4
4.0.0-pre.3
Release notes: https://xunit.net/releases/visualstudio/4.0.0-pre.3
3.1.5
Release notes: https://xunit.net/releases/visualstudio/3.1.5
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 rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore <dependency name> major versionwill 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 versionwill 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