Expose {ReadOnly}Memory from System.Runtime#23841
Conversation
|
I am not sure how to resolve this error: GCHandle was not in .NET Standard 1.0 (it was added in .NET Standard 1.1). |
GCHandle is currently defined in System.Runtime.InteropServices: Presumably it'll need to be forwarded down to System.Runtime. cc: @weshaggard |
Yes it would need to be moved down to resolve this dependency. @ahsonkhan have these APIs been reviewed and approved yet? If so can you point me to the issue for that if not can you please file an issue to track the review of these APIs? |
Yes, we had the API review iterations offline back in June and it was approved. I don't have an API specific issue (this is the issue for moving the types to corefx - dotnet/corefxlab#1711). cc @terrajobst
|
|
@dotnet-bot test this please (accidentlaly deleted VMs while in use) |
|
Is the PR good to go? |
|
Thanks, @ahsonkhan. LGTM. |
Expose {ReadOnly}Memory from System.Runtime
Commit migrated from dotnet/corefx@df221ec
Part of dotnet/corefxlab#1711
Adding the following types:
Order of changes:
cc @shiftylogic, @KrzysztofCwalina, @davidfowl, @jkotas, @stephentoub, @atsushikan, @ericstj