Input is still not passed along when signaling an entity

Open
#1,045 1 comment 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

Assessment

Difficulty
4/5
Estimated time
3-5 days
Newbie friendliness
32/100
Issue type
Bug
Clarity
Needs clarification
Activity status
Stale
Tech stack
csharp

Research direction

Start by reviewing the related pull request #1016 and the reported package versions: Microsoft.Azure.Functions.Worker 1.21.0, Microsoft.Azure.Functions.Worker.Extensions.DurableTask 1.1.1, and Microsoft.Azure.Functions.Worker.Sdk 1.17.0. Reproduce signaling an entity with input and trace where that input is lost. Done means the entity receives the supplied input with these package versions or the issue is narrowed to a specific component.

Written by the indexing model from the issue text.

Description

As reported in: https://github.com/Azure/durabletask/pull/1016

Bug is still there after updating NuGet packages:

<PackageReference Include="Microsoft.Azure.Functions.Worker" Version="1.21.0" />
<PackageReference Include="Microsoft.Azure.Functions.Worker.Extensions.DurableTask" Version="1.1.1" />
<PackageReference Include="Microsoft.Azure.Functions.Worker.Sdk" Version="1.17.0" />
Dominant language
C#
Stars
1.7k
Forks
335
Avg merge
4d 2h
Merged PRs (30d)
6

Contributor guide

No contributing guide indexed for this repository

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

More from Azure/durabletask

All issues in Azure/durabletask

Similar issues

More C# issues

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.