Skip to content

Bump Microsoft.NET.Test.Sdk from 17.14.1 to 18.9.0 - #231

Open
dependabot[bot] wants to merge 3 commits into
mainfrom
dependabot/nuget/Microsoft.NET.Test.Sdk-18.9.0
Open

Bump Microsoft.NET.Test.Sdk from 17.14.1 to 18.9.0#231
dependabot[bot] wants to merge 3 commits into
mainfrom
dependabot/nuget/Microsoft.NET.Test.Sdk-18.9.0

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Sep 4, 2026

Copy link
Copy Markdown

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 dependabot Bot added .NET Pull requests that update .NET code dependencies Pull requests that update a dependency file labels Sep 4, 2026
@smiggleworth

Copy link
Copy Markdown
Contributor

Readiness review: retained the existing .NET 10/xUnit 2/VSTest setup. Locked restore, formatting, Release build, and all 1,639 local tests (including 13 isolated Sqrzl cases) passed. Hosted Windows exposed an existing test assumption that fsync must be faster than a delayed append; fdba9fc now checks the measured physical fsync window instead. A deliberate mutation adding append time to fsync was caught, then reverted; all 23 focused metrics/stress tests passed. The concurrent-layout test uses its existing stress watchdog consistently. CI has a 15-minute job watchdog; no runtime deadline, required check, platform, or test was removed. Waiting for final-head CI before merge. This SDK version also satisfies the Coverlet 10 prerequisite for #230.

@smiggleworth

Copy link
Copy Markdown
Contributor

The next hosted run passed Windows and Linux but exposed a readiness/exit observation race in the differential crash harness on macOS. The parent now rechecks the readiness marker after observing child exit, preserving failure for children that really exited before readiness. Applied the same correction to all four matching crash harnesses. Formatting, Release build, and all 20 affected crash/recovery tests passed locally. Pushed edcc8bd for a fresh full platform matrix.

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.

1 participant