Doug
Results
2
comments of
Doug
We are having this issue too. We are in .NET Core as well. I suspect it is from the **StringWriter** used in **SerializeObjectInternal** NOT being disposed. That implements IDisposable and...
You all can probably ignore my earlier comment....i think this instead an issue with Microsoft's Durable Task Framework trying to serialize an Exception (presumably with a self referencing loop) using...