This repository was archived by the owner on Nov 19, 2020. It is now read-only.

Description
Some of the methods added in GH-752 expose the unsafe keyword in the public API. That is, the signature is public static unsafe. I am really very sorry about this :( - I did not realise this and it will only affect a small number of users - but it will cause a problem for users who cannot run code in an unsafe environment (for instance, Silverlight users will be affected). The fix is to move the unsafe code inside the method calls.