1
0
Fork 0
mirror of https://github.com/VSadov/Satori.git synced 2025-06-09 17:44:48 +09:00
Satori/eng/testing/ILLink.Descriptor.TestUtilities.xml
Ankit Jain 2a9745176a
[wasm][tests] Fix use of RandomTest*Orderer with trimming (#65754)
With trimming the tests would fail to load the types:
```
[21:11:50] info: Discovered:  System.Runtime.Tests.dll (found 6200 of 6302 test cases)
[21:11:50] info: Could not find type 'TestUtilities.RandomTestCaseOrderer' in TestUtilities for assembly-level test case orderer
[21:11:50] info: Could not find type 'TestUtilities.RandomTestCollectionOrderer' in TestUtilities for assembly-level test collection orderer
```
2022-02-23 00:12:02 -05:00

7 lines
206 B
XML

<linker>
<assembly fullname="TestUtilities">
<namespace fullname="System" />
<!-- for TestUtilities.RandomTest*Orderer types -->
<namespace fullname="TestUtilities" />
</assembly>
</linker>