Task: Upgrade codebase to use BufferHelper instead of conditionally compiling with System.Buffer #131
Labels
is:enhancement
New feature or request
pri:high
up for grabs
This issue is open to be worked on by anyone
Milestone
System.Buffer
is not implemented prior tonet46
, but we have code that requires both its public and internal methods. A new internal class,J2N.BufferHelper
is being implemented in the fix for #117.We need to migrate all BCL code that uses
System.Buffer
toJ2N.BufferHelper
. However, do note that there are no tests for this class, so we will need to rely on it not causing other tests to fail. So, careful attention needs to be paid when switching to each method that none of the tests start failing (both in 32 and 64 bit tests).The text was updated successfully, but these errors were encountered: