Skip to content

chore(deps): update dependency xunit.runner.visualstudio to v3 - autoclosed#224

Closed
renovate[bot] wants to merge 1 commit intomainfrom
renovate/major-xunit-dotnet-monorepo
Closed

chore(deps): update dependency xunit.runner.visualstudio to v3 - autoclosed#224
renovate[bot] wants to merge 1 commit intomainfrom
renovate/major-xunit-dotnet-monorepo

Conversation

@renovate
Copy link
Copy Markdown
Contributor

@renovate renovate Bot commented Mar 15, 2026

This PR contains the following updates:

Package Change Age Confidence
xunit.runner.visualstudio 2.4.13.1.5 age confidence

Release Notes

xunit/visualstudio.xunit (xunit.runner.visualstudio)

v3.1.5

Compare Source

v3.1.4

Compare Source

v3.1.3

Compare Source

v3.1.2

Compare Source

v3.1.1

Compare Source

v3.1.0

Compare Source

v3.0.2

Compare Source

v3.0.1

Compare Source

v3.0.0

Compare Source

v2.8.2

Compare Source

v2.8.1

Compare Source

v2.8.0

Compare Source

v2.5.8

Compare Source

v2.5.7

Compare Source

v2.5.6

Compare Source

v2.5.5

Compare Source

v2.5.4

Compare Source

v2.5.3

Compare Source

v2.5.1

Compare Source

v2.5.0

Compare Source

v2.4.5

Compare Source

v2.4.4

Compare Source

v2.4.3

Compare Source


Configuration

📅 Schedule: Branch creation - "on the 15th day of the month before 12pm" in timezone UTC, Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate Bot requested review from a team as code owners March 15, 2026 08:47
@renovate renovate Bot requested a review from gcarvelli March 15, 2026 08:47
@greptile-apps
Copy link
Copy Markdown

greptile-apps Bot commented Mar 15, 2026

Greptile Summary

Automated Renovate bot PR that bumps xunit.runner.visualstudio from 2.4.1 to 3.1.5 in the test project. However, v3.1.5 requires .NET Framework 4.7.2+ and .NET 8+, while the test project targets netcoreapp3.1 and net461 — both below the minimum supported versions. This update is incompatible with the current target frameworks and will likely break test discovery and execution.

  • xunit.runner.visualstudio v3.1.5 minimum requirements: .NET Framework 4.7.2+ / .NET 8+
  • Current test project targets: netcoreapp3.1 / net461 — both unsupported
  • The xunit core package remains at 2.4.1, which is compatible with v3.x of the runner, but the framework mismatch is the blocker
  • Recommendation: either stay on 2.4.x of the runner, or update the project's target frameworks first

Confidence Score: 1/5

  • This PR will likely break test execution due to framework incompatibility.
  • The updated package requires .NET Framework 4.7.2+ and .NET 8+, but the test project targets netcoreapp3.1 and net461, both of which are below those minimums. Tests will likely fail to discover or run.
  • test/WorkOSTests/WorkOSTests.csproj — framework version mismatch with the updated dependency

Important Files Changed

Filename Overview
test/WorkOSTests/WorkOSTests.csproj Updates xunit.runner.visualstudio from 2.4.1 to 3.1.5, but the project targets netcoreapp3.1 and net461, both below the package's minimum requirements (.NET 8+ and .NET Framework 4.7.2+).

Flowchart

%%{init: {'theme': 'neutral'}}%%
flowchart TD
    A[WorkOSTests.csproj] -->|targets| B[netcoreapp3.1]
    A -->|targets| C[net461]
    A -->|references| D[xunit.runner.visualstudio 3.1.5]
    D -->|requires| E[.NET 8+]
    D -->|requires| F[.NET Framework 4.7.2+]
    B -. "3.1 < 8 ❌" .-> E
    C -. "4.6.1 < 4.7.2 ❌" .-> F
Loading

Last reviewed commit: 58b56ef

</PackageReference>
<PackageReference Include="xunit" Version="2.4.1" />
<PackageReference Include="xunit.runner.visualstudio" Version="2.4.1" />
<PackageReference Include="xunit.runner.visualstudio" Version="3.1.5" />
Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Incompatible target frameworks

xunit.runner.visualstudio v3.1.5 requires .NET Framework 4.7.2+ and .NET 8+ (NuGet listing). This project targets netcoreapp3.1 (line 3) and net461, both of which are below the minimum supported versions. This will likely cause test discovery/execution failures on both target frameworks.

Either the target frameworks need to be updated to meet the minimum requirements, or this package should stay on a version compatible with the current targets (e.g., 2.4.x).

@renovate renovate Bot force-pushed the renovate/major-xunit-dotnet-monorepo branch from 58b56ef to 622264b Compare April 1, 2026 19:55
@renovate renovate Bot changed the title chore(deps): update dependency xunit.runner.visualstudio to v3 chore(deps): update dependency xunit.runner.visualstudio to v3 - autoclosed Apr 20, 2026
@renovate renovate Bot closed this Apr 20, 2026
@renovate renovate Bot deleted the renovate/major-xunit-dotnet-monorepo branch April 20, 2026 15:06
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Development

Successfully merging this pull request may close these issues.

0 participants