Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/dotnet/runtime.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/eng
diff options
context:
space:
mode:
authorFan Yang <52458914+fanyang-mono@users.noreply.github.com>2021-07-01 20:11:09 +0300
committerGitHub <noreply@github.com>2021-07-01 20:11:09 +0300
commita291fabdadee05b44aea09cc4bb11bef5a5dc305 (patch)
tree4941e8d5f91b181b8f759ece3f6c430029a471f3 /eng
parentf50777b4a027fff14ebb85776ad5fc3fe54af10b (diff)
Preserve necessary type and method (#54932)
* Preserve necessary type and method * Change the way of getting the type * Inline the constants * Enable NonValidated_ValidAndInvalidValues_DictionaryMembersWork * Enable TransformStrStrResolver3
Diffstat (limited to 'eng')
-rw-r--r--eng/testing/ILLink.Descriptor.xunit.xml5
1 files changed, 5 insertions, 0 deletions
diff --git a/eng/testing/ILLink.Descriptor.xunit.xml b/eng/testing/ILLink.Descriptor.xunit.xml
index 8e6986d8a51..9866068fd7a 100644
--- a/eng/testing/ILLink.Descriptor.xunit.xml
+++ b/eng/testing/ILLink.Descriptor.xunit.xml
@@ -15,5 +15,10 @@
<namespace fullname="Xunit" />
<namespace fullname="Xunit.Sdk" />
</assembly>
+ <assembly fullname="xunit.assert">
+ <type fullname="Xunit.Sdk.AssertEqualityComparer`1">
+ <method signature="System.Boolean CompareTypedSets(System.Collections.IEnumerable,System.Collections.IEnumerable)" />
+ </type>
+ </assembly>
<assembly fullname="xunit.runner.utility.netcoreapp10" />
</linker>