Skip to content

Commit ff6dc92

Browse files
committed
CR: Make new ctor public
1 parent 6a1c9c6 commit ff6dc92

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/DurableTask.Core/TaskContext.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ public TaskContext(OrchestrationInstance orchestrationInstance)
3030
/// <summary>
3131
/// Creates a new TaskContext with the supplied OrchestrationInstance and taskId
3232
/// </summary>
33-
internal TaskContext(OrchestrationInstance orchestrationInstance, string name, string? version, int taskId)
33+
public TaskContext(OrchestrationInstance orchestrationInstance, string name, string? version, int taskId)
3434
{
3535
OrchestrationInstance = orchestrationInstance;
3636
Name = name;

0 commit comments

Comments
 (0)