RecyclableMemoryStream
No edit summary
No edit summary
Line 1: Line 1:
Error with missing Microsoft.IO.RecyclableMemoryStream or missing System.Buffers?
Are you getting an error with missing Microsoft.IO.RecyclableMemoryStream or missing System.Buffers?


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


These 2 assemblies are used to minimize the memory pressure
These 2 assemblies are used to minimize the memory pressure.


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

Revision as of 06:37, 8 February 2023

Are you getting an 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

2020-03-01 17h15 27.png
This page was edited 91 days ago on 02/10/2024. What links here