Dear all,
Right now, I am using Hangfire for my stateless service fabric but I encounter a problem. In Service Fabric, they required the param must be able to be serialized by the .NET DataContractSerializer, but look like the PerformContext class is not. Is there any way to work around this issue?