RecyclableMemoryStream
(Automatically adding template at the end of the page.) |
(Adding message template to the top of the page) |
||
Line 1: | Line 1: | ||
{{message|Write the content here to display this box}} | |||
Are you getting an error of a missing Microsoft.IO.RecyclableMemoryStream or missing System.Buffers? | Are you getting an error of a missing Microsoft.IO.RecyclableMemoryStream or missing System.Buffers? | ||
Revision as of 22:34, 16 June 2024
This page was created by Hans.karlsen on 2019-10-14. Last edited by Edgar on 2025-01-20.
Write the content here to display this box
Are you getting an error of a 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