-
Notifications
You must be signed in to change notification settings - Fork 4.9k
Expose deconstruct api and add tests #17656
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good to me. Thanks for picking this up @safern!
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Nice. Thanks.
@dotnet-bot test Innerloop Windows_NT Debug x86 Build and Test please. A System.IO.Test failed with the following error:
|
Thanks for reviewing! |
Looks good. |
We add the netfx-port-consider to track issues that need porting to full framework, but we do that on the issue itself not on the PR. The issue is already labeled to port it. |
@jcouv Mono is tracking the new api and they will be included in upcoming releases |
Is this method documented? |
This is a pick up of the abandoned PR: #14621
The implementation went into corert and coreclr but the APIs where never exposed in the contract nor tests where added.
Fixes: #13746
cc: @ianhays @stephentoub @danmosemsft