Skip to content

chore(deps): Bump Microsoft.NET.Test.Sdk from 17.14.1 to 18.9.0 - #55

Closed
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/nuget/tests/WidgetWorks.UnitTests/Microsoft.NET.Test.Sdk-18.9.0
Closed

chore(deps): Bump Microsoft.NET.Test.Sdk from 17.14.1 to 18.9.0#55
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/nuget/tests/WidgetWorks.UnitTests/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 @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: dotnet. Please create it before Dependabot can add it to a pull request.

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

@dependabot dependabot Bot added the dependencies Pull requests that update a dependency file label Aug 17, 2026
@dependabot dependabot Bot changed the title chore(deps): Bump Microsoft.NET.Test.Sdk from 17.11.1 to 18.9.0 chore(deps): Bump Microsoft.NET.Test.Sdk from 17.14.1 to 18.9.0 Aug 17, 2026
---
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 force-pushed the dependabot/nuget/tests/WidgetWorks.UnitTests/Microsoft.NET.Test.Sdk-18.9.0 branch from f64efb7 to 288b7a0 Compare August 17, 2026 19:48
bgard68 added a commit that referenced this pull request Aug 17, 2026
Supersedes #52, #53, #54, #55, #56, #57 and #37 - all seven went DIRTY when #49
landed, because every one of them edits the same project files. They were never
independent, so rebasing seven branches would have re-created the same tangle.

  Microsoft.Extensions.Configuration.Abstractions        9.0.19  -> 10.0.11
  Microsoft.Extensions.DependencyInjection.Abstractions  9.0.19  -> 10.0.11
  Microsoft.Extensions.Options                           9.0.19  -> 10.0.11
  Microsoft.Extensions.Options.ConfigurationExtensions   9.0.19  -> 10.0.11
  Microsoft.Extensions.TimeProvider.Testing              9.10.0  -> 10.9.0
  Microsoft.NET.Test.Sdk                                 17.14.1 -> 18.9.0
  Npgsql                                                 9.0.5   -> 10.0.1
  dbup-postgresql                                        5.0.40  -> 7.0.1
  xunit.runner.visualstudio                              2.8.2   -> 4.0.0

The Microsoft.Extensions family moves together on purpose. Splitting it is what
broke #53: it took Options.ConfigurationExtensions to 10.0.11, which requires
Options >= 10.0.11, while Options itself was bumped in #52 - so each half failed
with NU1605 on its own branch and neither could be merged first.

Microsoft.OpenApi is deliberately NOT bumped, and #56 cannot be merged at all:

  NU1608: Microsoft.AspNetCore.OpenApi 10.0.11 requires
          Microsoft.OpenApi (>= 2.7.5 && < 3.0.0)
          but version Microsoft.OpenApi 3.10.0 was resolved

The 3.x line is outside the range ASP.NET Core 10.0.11 will accept, so 2.12.0 is
the newest usable version, not merely the newest tried. That constraint lifts
when ASP.NET Core ships a build referencing OpenApi 3.x - not before, and no
rebase of #56 changes it.

xunit.runner.visualstudio 2.8.2 -> 4.0.0 crosses two majors. That upgrade fails
by silently not discovering tests rather than by failing to compile, so a green
build proves nothing on its own: all 66 tests were run and pass on the new
runner.

Verified locally on the 10.0.100 SDK: Release build clean with 0 warnings under
TreatWarningsAsErrors, 66/66 tests pass.

Co-authored-by: Claude Opus 5 <noreply@anthropic.com>
@bgard68

bgard68 commented Aug 17, 2026

Copy link
Copy Markdown
Owner

Superseded by #62, which takes every remaining package to its usable latest in one commit. These PRs all went DIRTY when #49 landed because they edit the same project files — they were never independent. Note #56 specifically cannot ever merge: Microsoft.AspNetCore.OpenApi 10.0.11 constrains Microsoft.OpenApi to < 3.0.0, so 3.10.0 fails restore with NU1608.

@bgard68 bgard68 closed this Aug 17, 2026
@dependabot @github

dependabot Bot commented on behalf of github Aug 17, 2026

Copy link
Copy Markdown
Contributor Author

OK, I won't notify you again about this release, but will get in touch when a new version is available. If you'd rather skip all updates until the next major or minor version, let me know by commenting @dependabot ignore this major version or @dependabot ignore this minor version. You can also ignore all major, minor, or patch releases for a dependency by adding an ignore condition with the desired update_types to your config file.

If you change your mind, just re-open this PR and I'll resolve any conflicts on it.

@dependabot
dependabot Bot deleted the dependabot/nuget/tests/WidgetWorks.UnitTests/Microsoft.NET.Test.Sdk-18.9.0 branch August 17, 2026 20:08
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

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant