Skip to content

Bump xunit.v3.extensibility.core from 4.0.0-pre.81 to 4.0.0-pre.154 - #17358

Closed
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/nuget/xunit.v3.extensibility.core-4.0.0-pre.154
Closed

Bump xunit.v3.extensibility.core from 4.0.0-pre.81 to 4.0.0-pre.154#17358
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/nuget/xunit.v3.extensibility.core-4.0.0-pre.154

Conversation

@dependabot

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

Copy link
Copy Markdown
Contributor

Updated xunit.v3.extensibility.core from 4.0.0-pre.81 to 4.0.0-pre.154.

Release notes

Sourced from xunit.v3.extensibility.core's releases.

No release notes found for this version range.

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: xunit.v3.extensibility.core
  dependency-version: 4.0.0-pre.154
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

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 Aug 17, 2026
@github-actions

Copy link
Copy Markdown
Contributor

🔴 Build Failure Analysis

Both build legs (Linux/Debug and Windows/Release) fail with the same error.

Root Cause — NU1102: xunit.v3.core version not available

This PR bumps XUnitV3Version from 4.0.0-pre.814.0.0-pre.154 in Directory.Packages.props. That version property is shared by multiple xunit v3 packages, including xunit.v3.core, xunit.v3.assert, and xunit.v3.assert.aot (see src/Microsoft.DotNet.Arcade.Sdk/tools/XUnitV3/XUnitV3.targets line 12–15).

However, xunit.v3.core 4.0.0-pre.154 does not exist in any of the configured NuGet feeds — the highest available version is 4.0.0-pre.108:

NU1102: Unable to find package xunit.v3.core with version (>= 4.0.0-pre.154)
  - Found 19 version(s) in dotnet-public [ Nearest version: 4.0.0-pre.108 ]
  - Found 0 version(s) in dotnet-eng

Affected projects:

  • src/Microsoft.DotNet.XUnitV3Extensions/tests/Microsoft.DotNet.XUnitV3Extensions.Tests.csproj
  • src/Microsoft.DotNet.XUnitV3Extensions/tests/Microsoft.DotNet.XUnitV3Extensions.AlwaysFalseConditionalAssembly.Tests.csproj

Why it happens

Dependabot only detected the version bump for xunit.v3.extensibility.core (which does exist at 4.0.0-pre.154 in dotnet-public), but XUnitV3Version is also used for the companion packages (xunit.v3.core, xunit.v3.assert, xunit.v3.assert.aot) which have not been published at that pre-release build number.

Fix

This PR cannot be merged until xunit.v3.core 4.0.0-pre.154 (and likely xunit.v3.assert 4.0.0-pre.154) are published to the dotnet-public feed, or the version bump is reverted / reduced to a version where all companion packages are available (e.g. 4.0.0-pre.108).

🤖 Automated content by GitHub Copilot. Generated by the Build Failure Analysis workflow.{ai_credits_suffix} · [◷]( · )

@dependabot @github

dependabot Bot commented on behalf of github Aug 24, 2026

Copy link
Copy Markdown
Contributor Author

Superseded by #17400.

@dependabot dependabot Bot closed this Aug 24, 2026
@dependabot
dependabot Bot deleted the dependabot/nuget/xunit.v3.extensibility.core-4.0.0-pre.154 branch August 24, 2026 12:51
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.

0 participants