Skip to content
This repository has been archived by the owner on May 1, 2024. It is now read-only.

[XamlC] Support variance #8535

Merged
merged 1 commit into from
Dec 19, 2019
Merged

Conversation

akihikodaki
Copy link
Contributor

Description of Change

Variance matters even for basic interfaces like System.Collections.Generic.IEnumerable<T>. I think XamlC will cover most use cases of generics with this change and previous improvements.

Issues Resolved

None

API Changes

None

Platforms Affected

  • Core/XAML (all platforms)

Behavioral/Visual Changes

None

Before/After Screenshots

Not applicable

Testing Procedure

Run the automated tests.

PR Checklist

  • Targets the correct branch
  • Tests are passing (or failures are unrelated)

@StephaneDelcroix
Copy link
Member

could you rebase to fix the conflict ? thanks

@akihikodaki
Copy link
Contributor Author

e506eb5: rebased to 6eafaca.

@StephaneDelcroix StephaneDelcroix merged commit 6c3b4f5 into xamarin:master Dec 19, 2019
@samhouts samhouts added this to the 4.5.0 milestone Jan 8, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants