I have a Project which depends on two Projects which both have Durable Functions. This results in Multiple GeneratedDurableTaskExtensions in the Namespace Microsoft.DurableTask and the error: The type 'GeneratedDurableTaskExtensions' exists in both 'Project 1' and 'Project 2'.
As far as i understand this would be fixed by https://github.com/microsoft/durabletask-dotnet/pull/538/commits but this seems stuck.
How can I help to bring that commit over the finishing line?
I have a Project which depends on two Projects which both have Durable Functions. This results in Multiple GeneratedDurableTaskExtensions in the Namespace Microsoft.DurableTask and the error: The type 'GeneratedDurableTaskExtensions' exists in both 'Project 1' and 'Project 2'.
As far as i understand this would be fixed by https://github.com/microsoft/durabletask-dotnet/pull/538/commits but this seems stuck.
How can I help to bring that commit over the finishing line?