Skip to content

[linker] Update mscorlib.xml to preserve generic collection interfaces. Fixes #50290 (#1384) - #1427

Merged
spouliot merged 1 commit into
dotnet:masterfrom
spouliot:bug51159
Jan 3, 2017
Merged

[linker] Update mscorlib.xml to preserve generic collection interfaces. Fixes #50290 (#1384)#1427
spouliot merged 1 commit into
dotnet:masterfrom
spouliot:bug51159

Conversation

@spouliot

@spouliot spouliot commented Jan 3, 2017

Copy link
Copy Markdown
Contributor

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

…s. Fixes #50290 (dotnet#1384)

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
@monojenkins

Copy link
Copy Markdown
Contributor

Build failure

@spouliot

spouliot commented Jan 3, 2017

Copy link
Copy Markdown
Contributor Author

mml-test failed -> https://bugzilla.xamarin.com/show_bug.cgi?id=51197

@spouliot
spouliot merged commit dea2dde into dotnet:master Jan 3, 2017
@spouliot
spouliot deleted the bug51159 branch January 3, 2017 18:03
rolfbjarne added a commit to rolfbjarne/macios that referenced this pull request Feb 11, 2019
chamons pushed a commit that referenced this pull request Feb 12, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants