Skip to content

Separate xUnit compatibility fix from Arcade update PR#5937

Open
imcarolwang wants to merge 1 commit intodotnet:mainfrom
imcarolwang:xUnitConflictFix
Open

Separate xUnit compatibility fix from Arcade update PR#5937
imcarolwang wants to merge 1 commit intodotnet:mainfrom
imcarolwang:xUnitConflictFix

Conversation

@imcarolwang
Copy link
Copy Markdown
Contributor

This PR extracts the xUnit package compatibility fix from the Arcade dependency update PR (#5936).

The initial CI failure reported from dotnet-svcutil-lib.Tests.csproj:
NU1202: xunit.v3.assert.aot 3.2.2 is not compatible with net8.0

Local reproduction showed additional xUnit conflicts affecting multiple test projects, this change fixes those issues separately to unblock the Arcade update PR.

Example:
error CS0433: The type 'Assert' exists in both 'xunit.assert, Version=2.9.3.0, Culture=neutral, PublicKeyToken=8d05b1bb7a6fdb6c' and 'xunit.v3.assert.aot, Version=3.2.2.0, Culture=neutral, PublicKeyToken=8d05b1bb7a6fdb6c'

@imcarolwang imcarolwang requested a review from mconnew April 24, 2026 07:22
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant