We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6a1c9c6 commit ff6dc92Copy full SHA for ff6dc92
src/DurableTask.Core/TaskContext.cs
@@ -30,7 +30,7 @@ public TaskContext(OrchestrationInstance orchestrationInstance)
30
/// <summary>
31
/// Creates a new TaskContext with the supplied OrchestrationInstance and taskId
32
/// </summary>
33
- internal TaskContext(OrchestrationInstance orchestrationInstance, string name, string? version, int taskId)
+ public TaskContext(OrchestrationInstance orchestrationInstance, string name, string? version, int taskId)
34
{
35
OrchestrationInstance = orchestrationInstance;
36
Name = name;
0 commit comments