Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove public API on DocumentOptionSet #43428

Merged
merged 1 commit into from
Apr 17, 2020

Conversation

mavasani
Copy link
Contributor

#42931 added this API as we thought converting the base type's OptionSet.GetOption method from an abstract to non-abstract method and removing the override on DocumentOptionSet would be a binary breaking change for callers. However, based on the public API review meeting, it was identified that it would indeed not be a breaking change as the compiler would have emitted a callvirt to OptionSet.GetOption.

dotnet#42931 added this API as we thought converting the base `OptionSet` type's abstract method to non-abstract and removing the override on `DocumentOptionSet` would be a binary breaking change for callers. However, based on the public API review meeting, it was identified that it would indeed not be a breaking change as the compiler would have emitted a callvirt to `OptionSet.GetOption`.
@mavasani
Copy link
Contributor Author

Thanks @jinujoseph

@mavasani mavasani merged commit 6c5512f into dotnet:release/dev16.6 Apr 17, 2020
@mavasani mavasani deleted the ApiBreakFix branch April 17, 2020 23:23
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants