Skip to content

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

Merged
spouliot merged 1 commit into
dotnet:cycle8-xifrom
spouliot:bug50290
Dec 20, 2016
Merged

[linker] Update mscorlib.xml to preserve generic collection interfaces. Fixes #50290#1384
spouliot merged 1 commit into
dotnet:cycle8-xifrom
spouliot:bug50290

Conversation

@spouliot

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

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

Copy link
Copy Markdown
Contributor Author

mac failures are fixed in cycle9 and master (we're not shipping XM from this lane)
linksdk / watchOS is the ibtool hang -> https://bugzilla.xamarin.com/show_bug.cgi?id=46097

@spouliot
spouliot merged commit 7beaef4 into dotnet:cycle8-xi Dec 20, 2016
@spouliot
spouliot deleted the bug50290 branch December 20, 2016 06:32
spouliot added a commit to spouliot/xamarin-macios that referenced this pull request Jan 3, 2017
…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
spouliot added a commit to spouliot/xamarin-macios that referenced this pull request Jan 3, 2017
…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
spouliot added a commit that referenced this pull request Jan 3, 2017
…s. Fixes #50290 (#1384) (#1428)

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
spouliot added a commit that referenced this pull request Jan 3, 2017
…s. Fixes #50290 (#1384) (#1427)

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
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.

3 participants