Closed morinow closed 9 months ago
Any plans to address this? I have another package which depends on Microsoft.IO.RecyclableMemoryStream as well. They've updated their dependency from 2.3.2 to 3.0.0
Now it's impossible to use a package which uses version 3.0.0 as a dependency alongside with KafkaFlow.
Prerequisites
Description
It seems like the current KafkaFlow package (3.0.3) is not compatible with the most recent version 3.0.0 of Microsoft.IO.RecyclableMemoryStream. When using 3.0.0 of Microsoft.IO.RecyclableMemoryStream and KafkaFlow together, you encounter an MethodNotFoundException:
This is most likely due to breaking changes introduced in Microsoft.IO.RecyclableMemoryStream 3.0.0.
I am opening this issue as a bug as this incompatibility comes rather unexpected, even though I am fully aware, that this is of course not at the fault of KafkaFlow.
Maybe there is a way to adjust the current usage of Microsoft.IO.RecyclableMemoryStream to the breaking changes?
Here is a more detailed StackTrace:
Steps to reproduce
Expected behavior
No exception
Actual behavior
Exception
KafkaFlow version
3.0.3