mirror of
https://github.com/VSadov/Satori.git
synced 2025-06-09 17:44:48 +09:00

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 ```
7 lines
206 B
XML
7 lines
206 B
XML
<linker>
|
|
<assembly fullname="TestUtilities">
|
|
<namespace fullname="System" />
|
|
<!-- for TestUtilities.RandomTest*Orderer types -->
|
|
<namespace fullname="TestUtilities" />
|
|
</assembly>
|
|
</linker>
|