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

Unsafe code exposed in the public API #805

@CatchemAL

Description

@CatchemAL

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions