RecyclableMemoryStream

Error with missing Microsoft.IO.RecyclableMemoryStream or missing System.Buffers?

Add Nuget packages Microsoft.IO.RecyclableMemoryStream and nuget packages System.Buffers.

These 2 assemblies are used to minimize the memory pressure

private static ArrayPool<char> _pool = ArrayPool<char>.Shared;

_pool.Rent

This page was edited 95 days ago on 06/17/2024. What links here