pahlot
Results
1
issues of
pahlot
While the use of RecyclableMemoryStream is to be commended, the implementation negates any advantage of using it due to the use of ToArray(). Use GetBuffer or GetMemory instead. Also, converting...