Skip to content

chore(deps): Bump xunit.runner.visualstudio from 2.8.2 to 4.0.0 - #57

Closed
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/nuget/tests/WidgetWorks.UnitTests/xunit.runner.visualstudio-4.0.0
Closed

chore(deps): Bump xunit.runner.visualstudio from 2.8.2 to 4.0.0#57
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/nuget/tests/WidgetWorks.UnitTests/xunit.runner.visualstudio-4.0.0

Conversation

@dependabot

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

Copy link
Copy Markdown

@dependabot @github

dependabot Bot commented on behalf of github Aug 17, 2026

Copy link
Copy Markdown
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
---
updated-dependencies:
- dependency-name: xunit.runner.visualstudio
  dependency-version: 4.0.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/xunit.runner.visualstudio-4.0.0 branch from 40a96a7 to 6289076 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
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/xunit.runner.visualstudio-4.0.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