Open dxdjgl opened 11 months ago
Hope it can merge and a build can be release soon.
I have updated Microsoft.IO.RecyclableMemoryStream to version 3.0.0 and found no issues. I like the new functions in RecyclableMemoryStream. In the future, we could improve the encoder performance.
@awcullen You would get a issue in case you have another library which require use of RecyclableMemoryStream with version 2, because of the breaking change mentioned above.
see https://github.com/microsoft/Microsoft.IO.RecyclableMemoryStream/issues/324
This is indeed a good idea, since version 3 has a breaking change in RecyclableMemoryStreamManager.GetStream(string) (return value has changed). alternative would be to set Version="[2.2.1,3.0.0)".