deps: Bump Microsoft.NET.Test.Sdk from 18.7.0 to 18.8.1 - #129
Closed
dependabot[bot] wants to merge 1 commit into
Closed
Conversation
--- updated-dependencies: - dependency-name: Microsoft.NET.Test.Sdk dependency-version: 18.8.1 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
dependabot
Bot
force-pushed
the
dependabot/nuget/tests/PetHealthManagement.Web.E2ETests/main/Microsoft.NET.Test.Sdk-18.8.1
branch
from
August 4, 2026 15:08
177d2cd to
534bb82
Compare
This was referenced Aug 5, 2026
Cat5Dog2
added a commit
that referenced
this pull request
Aug 5, 2026
Rolls the six open Dependabot bumps (#124, #125, #126, #128, #129, #130) into one change and closes the version gaps those PRs left open. The nuget open-pull-requests-limit of five was fully consumed by single-package bumps, so several packages on the same release train had no PR open: EntityFrameworkCore.SqlServer, Mvc.Testing, EFCore.InMemory and EFCore.Sqlite were all still on 10.0.9 with 10.0.10 available. Merging #128 on its own would have left Design/Tools on 10.0.10 against SqlServer 10.0.9. Web.Tests was also on Test SDK 18.6.0 while E2ETests was on 18.7.0. #123 would have closed that gap but was resolved as superseded by #129, which only touches E2ETests. dotnet-ef in the tool manifest moves to 10.0.10 to match. Dependabot has been able to read dotnet-tools.json since 2024, but the nuget configuration only scans /src/** and /tests/**, and the manifest sits at the repository root, so nothing was watching it. Widening the scan is handled separately. Verified locally: build with no warnings, 240 unit tests, 8 Playwright E2E tests, and dotnet format --verify-no-changes. Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>
Contributor
Author
|
Looks like Microsoft.NET.Test.Sdk is no longer updatable, so this is no longer needed. |
dependabot
Bot
deleted the
dependabot/nuget/tests/PetHealthManagement.Web.E2ETests/main/Microsoft.NET.Test.Sdk-18.8.1
branch
August 5, 2026 03:13
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.NET.Test.Sdk from 18.7.0 to 18.8.1.
Release notes
Sourced from Microsoft.NET.Test.Sdk's releases.
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
Commits viewable in compare view.