Please consider allowing `System.Buffers` namespace. Currently: ```c# class Program { static void Main() => System.Buffers.ArrayPool<char>.Shared.Rent(10); } ``` throws: > Unbreakable.AssemblyGuardException: Namespace System.Buffers is not allowed.