Describe the bug
MsgReader depends on Microsoft.IO.RecyclableMemoryStream, but in version 3 they removed .GetStream methods, causing MsgReader to fail
To Reproduce
Update Microsoft.IO.RecyclableMemoryStream to version 3.0.0
Instantiate Message with a MemoryStream: new Message(ms)
Observe that MsgReader throws: System.MissingMethodException: 'Method not found: 'System.IO.MemoryStream Microsoft.IO.RecyclableMemoryStreamManager.GetStream()'
Expected behavior
No exception should be thrown
Desktop (please complete the following information):
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