From b1dd8d1ede686fd3f9934e5159edbebcad7ee232 Mon Sep 17 00:00:00 2001 From: Sebastien Pouliot Date: Mon, 19 Dec 2016 23:53:58 -0500 Subject: [PATCH] [linker] Update mscorlib.xml to preserve generic collection interfaces. Fixes #50290 The `generic_icollection_class` condition (in class.c) does not match the mscorlib.xml descriptor file. + IEnumerator`1 + IReadOnlyList`1 + IReadOnlyCollection`1 reference: https://bugzilla.xamarin.com/show_bug.cgi?id=50290 --- tools/linker/Descriptors/mscorlib.xml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/tools/linker/Descriptors/mscorlib.xml b/tools/linker/Descriptors/mscorlib.xml index 454a985588cb..78dec75af643 100644 --- a/tools/linker/Descriptors/mscorlib.xml +++ b/tools/linker/Descriptors/mscorlib.xml @@ -477,6 +477,9 @@ + + +