This repository was archived by the owner on Mar 8, 2021. It is now read-only.
Closed
Conversation
8473f0e to
92fcc6e
Compare
92fcc6e to
8ed464b
Compare
As part of discussion at dotnet/android#1078 (comment) , we decided to make changes to those inconsistent methods that used to be virtual and then became abstract, to become abstract even in old API level. It is done at metadata fixup level. (copying the commitmsg from dotnet/android#1304)
8ed464b to
4ed7d09
Compare
Contributor
Author
|
rebased onto the latest master. |
Contributor
|
@atsushieno: Do you have the HTML-based API diff handy? |
Contributor
Author
|
Not an exact output, but it is on what my changes are based (reported as inter-api diff between 8.0 and 8.1 as I didn't waste time on building everything on master): |
Contributor
|
Context: dotnet/android#1304 |
Contributor
Author
|
Closing as per dotnet/android#1304 (comment) |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
As part of discussion at dotnet/android#1078 (comment) ,
we decided to make changes to those inconsistent methods that used to be
virtual and then became abstract, to become abstract even in old API level.
It is done at metadata fixup level.
(copying the commitmsg from dotnet/android#1304)