Azure / durabletask

Durable Task Framework allows users to write long running persistent workflows in C# using the async/await capabilities.
Apache License 2.0
1.47k stars 287 forks source link

Input still not passed along when signaling an entity #1051

Open thomaseyde opened 3 months ago

thomaseyde commented 3 months ago

Ref #1016 and #1045

Fix is not included in https://www.nuget.org/packages/Microsoft.Azure.Functions.Worker.Extensions.DurableTask/1.1.1

I am probably referencing the wrong package. I am on .NET 8, hence isolated, and reference the above package.

davidmrdavid commented 3 months ago

Hi @thomaseyde - I think you're referencing the right package, we're due for another release that's starting this week. Please see my response here: https://github.com/Azure/durabletask/pull/1016#issuecomment-2004538401