- Notifications
You must be signed in to change notification settings - Fork748
Ensure methods of Object are also available on interface objects#1284
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 ourterms of service andprivacy statement. We’ll occasionally send you account related emails.
Already on GitHub?Sign in to your account
Ensure methods of Object are also available on interface objects#1284
Uh oh!
There was an error while loading.Please reload this page.
Conversation
codecov-io commentedNov 17, 2020 • edited
Loading Uh oh!
There was an error while loading.Please reload this page.
edited
Uh oh!
There was an error while loading.Please reload this page.
Codecov Report
@@ Coverage Diff @@## master #1284 +/- ##======================================= Coverage 87.97% 87.97% ======================================= Files 1 1 Lines 291 291 ======================================= Hits 256 256 Misses 35 35
Flags with carried forward coverage won't be shown.Click here to find out more. Continue to review full report at Codecov.
|
Looks good to me, would you mind adding a Changelog entry for this? |
I was thinking no change log entry was needed, as this was mostly a fallout from#1240 . But now I realize it was actually the case before that change as well for interface objects that had been explicitly created. I'll write something. (Not sure what is up with the codecov though, it says coverage became worse for a file not touched by the PR?) |
Uh oh!
There was an error while loading.Please reload this page.
What does this implement/fix? Explain your changes.
Allows users to call
ToString
,GetHashCode
andGetType
on objects wrapped in interface objects.Does this close any currently open issues?
No
Any other comments?
No
Checklist
Check all those that are applicable and complete.
AUTHORS
CHANGELOG