Skip to content

Commit 8ca8388

Browse files
agockeCopilot
andcommitted
Fix ILLink descriptor: update assembly name from xunit.assert to xunit.v3.assert
The ILLinker descriptor referenced the old assembly name, causing NativeAOT and trimming builds to fail with IL2007/MSB3073 errors. Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
1 parent 2b1b32b commit 8ca8388

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

eng/testing/ILLink.Descriptor.xunit.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
<namespace fullname="Xunit" />
1616
<namespace fullname="Xunit.Sdk" />
1717
</assembly>
18-
<assembly fullname="xunit.assert">
18+
<assembly fullname="xunit.v3.assert">
1919
<type fullname="Xunit.Sdk.CollectionTracker">
2020
<method name="CompareTypedSets" />
2121
</type>

0 commit comments

Comments
 (0)