Skip to content

Allow System.Buffers #27

@am11

Description

@am11

Please consider allowing System.Buffers namespace. Currently:

class Program
{
    static void Main() => System.Buffers.ArrayPool<char>.Shared.Rent(10);
}

throws:

Unbreakable.AssemblyGuardException: Namespace System.Buffers is not allowed.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions