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
{{ message }}
This repository has been archived by the owner on Nov 19, 2020. It is now read-only.
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.
The text was updated successfully, but these errors were encountered:
Some of the methods added in GH-752 expose the
unsafe
keyword in the public API. That is, the signature ispublic 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.The text was updated successfully, but these errors were encountered: