You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
For instance,
You can't export buffers backed by ReadOnlyMemory instead of IMemoryOwner
You can't continue to access the array from C# after exporting it
If it's not possible to implement these things "safely", then at least there should be an opt-in way to do them "unsafely".
Component(s)
C#
The text was updated successfully, but these errors were encountered:
Describe the enhancement requested
For instance,
You can't export buffers backed by ReadOnlyMemory instead of IMemoryOwner
You can't continue to access the array from C# after exporting it
If it's not possible to implement these things "safely", then at least there should be an opt-in way to do them "unsafely".
Component(s)
C#
The text was updated successfully, but these errors were encountered: