Skip to content

deps: Bump Microsoft.NET.Test.Sdk from 17.14.1 to 18.9.0 - #125

Merged
DeDuva merged 1 commit into
devfrom
dependabot/nuget/test/Squad.Agents.AI.Tests/Microsoft.NET.Test.Sdk-18.9.0
Sep 1, 2026
Merged

deps: Bump Microsoft.NET.Test.Sdk from 17.14.1 to 18.9.0#125
DeDuva merged 1 commit into
devfrom
dependabot/nuget/test/Squad.Agents.AI.Tests/Microsoft.NET.Test.Sdk-18.9.0

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Aug 17, 2026

Copy link
Copy Markdown
Contributor

Updated Microsoft.NET.Test.Sdk from 17.14.1 to 18.9.0.

Release notes

Sourced from Microsoft.NET.Test.Sdk's releases.

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

18.5.1

What's Changed

Full Changelog: microsoft/vstest@v18.5.0...v18.5.1

18.5.0

⚠️ Unlisted on Nuget, because of #​15718

What's Changed

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

18.4.0

What's Changed

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

Commits viewable in compare view.

Dependabot compatibility score

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 this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

---
updated-dependencies:
- dependency-name: Microsoft.NET.Test.Sdk
  dependency-version: 18.9.0
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot @github

dependabot Bot commented on behalf of github Aug 17, 2026

Copy link
Copy Markdown
Contributor Author

Labels

The following labels could not be found: dependencies, squad:belanna. Please create them before Dependabot can add them to a pull request.

Please fix the above issues or remove invalid values from dependabot.yml.

@github-actions

Copy link
Copy Markdown
Contributor

👋 Friendly nudge — this PR has had no activity for 7 days.

What needs attention:

  • 👀 No approving reviews yet. Request a review from a teammate.

If this PR is abandoned, please close it. If it's blocked on something external, leave a comment so the team knows.
This is an automated check that runs on weekdays. It won't nudge the same PR more than once per week.

1 similar comment
@github-actions

Copy link
Copy Markdown
Contributor

👋 Friendly nudge — this PR has had no activity for 7 days.

What needs attention:

  • 👀 No approving reviews yet. Request a review from a teammate.

If this PR is abandoned, please close it. If it's blocked on something external, leave a comment so the team knows.
This is an automated check that runs on weekdays. It won't nudge the same PR more than once per week.

DeDuva commented Sep 1, 2026

Copy link
Copy Markdown
Owner

Not merged — human review (major) (head 287ad0da)

  • Change: Microsoft.NET.Test.Sdk 17.14.1 → 18.9.0, in test/Squad.Agents.AI.Tests/Squad.Agents.AI.Tests.csproj. One file, one PackageReference version attribute — scope is clean.
  • CI evidence: strong, and directly on point. .NET ubuntu-latest and .NET windows-latest both SUCCESS, and that workflow ends in dotnet test test/Squad.Agents.AI.Tests/... --no-build -c Release --logger trx, so the new test SDK actually ran this repository's suite on both platforms. claude-md and changes also pass; mergeable: true, mergeStateStatus: clean; no FAILURE, CANCELLED, or pending checks.
  • Local validation: unavailable. dotnet is not installed on this runner, so this PR rests entirely on the CI evidence above — nothing was verified locally.
  • Why it is not auto-merged: it crosses a major boundary, and the PR body only carries the 18.9.0 changelog — a list of fixes — not the 18.0.0 notes where a major's breaking changes would be. This run could not establish what the 17.x → 18.x transition changes, and green checks alone do not substitute for that.
  • What a human should check: the vstest 18.0.0 release notes for dropped target frameworks or a raised minimum SDK (the CI pins dotnet-version: 10.0.x and the project multi-targets net8.0/net9.0/net10.0), and for changes to TRX logger behaviour or --results-directory handling — squad-agents-ai-ci.yml uploads TestResults, and a run that silently produced no results would still report green. Also worth taking together with deps: Bump xunit.runner.visualstudio from 3.1.5 to 4.0.0 #126, which bumps xunit.runner.visualstudio to 4.0.0 in this same project; the adapter and the test SDK have a version relationship, and merging one without the other is the likelier way to break the suite.

Not merged this run only after the review above — the 3-merge cap was also already spent on #131, #129, and #90.

@DeDuva

DeDuva commented Sep 1, 2026

Copy link
Copy Markdown
Owner

Merging as part of a manual queue cleanup ahead of the weekly automation.

Microsoft.NET.Test.Sdk 17.14.1 → 18.9.0 is a major, but it is confined to test/Squad.Agents.AI.Tests and the evidence is unusually direct: .NET ubuntu-latest and .NET windows-latest both run dotnet test against this csproj, and both are green. For a test-host package, executing the suite is exactly the thing that exercises it.

No local validation — dotnet is not installed on this machine, so this rests on the two CI jobs.

@DeDuva
DeDuva merged commit 1e9df57 into dev Sep 1, 2026
18 checks passed
@dependabot
dependabot Bot deleted the dependabot/nuget/test/Squad.Agents.AI.Tests/Microsoft.NET.Test.Sdk-18.9.0 branch September 1, 2026 17:24
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant