Sicos1977 / MSGReader

C# Outlook MSG file reader without the need for Outlook
http://sicos1977.github.io/MSGReader
MIT License
493 stars 168 forks source link

[Request] Update Microsoft.IO.RecyclableMemoryStream dependency to 3.0 #389

Closed bokmadsen closed 10 months ago

bokmadsen commented 10 months ago

Describe the bug MsgReader depends on Microsoft.IO.RecyclableMemoryStream, but in version 3 they removed .GetStream methods, causing MsgReader to fail

To Reproduce

Expected behavior No exception should be thrown

Desktop (please complete the following information):

Additional context Using .NET Framework 4.7.2

Sicos1977 commented 10 months ago

Please update to the latest version, this one should have this fixed.