Add workflow sample external interaction #2841
Annotations
11 errors and 1 warning
|
Build:
examples/Workflow/WorkflowExternalInteraction/Program.cs#L48
'DaprClient' does not contain a definition for 'StartWorkflowAsync' and no accessible extension method 'StartWorkflowAsync' accepting a first argument of type 'DaprClient' could be found (are you missing a using directive or an assembly reference?)
|
Build:
examples/Workflow/WorkflowExternalInteraction/Program.cs#L70
'DaprClient' does not contain a definition for 'RaiseWorkflowEventAsync' and no accessible extension method 'RaiseWorkflowEventAsync' accepting a first argument of type 'DaprClient' could be found (are you missing a using directive or an assembly reference?)
|
Build:
examples/Workflow/WorkflowExternalInteraction/Program.cs#L77
'DaprClient' does not contain a definition for 'WaitForWorkflowCompletionAsync' and no accessible extension method 'WaitForWorkflowCompletionAsync' accepting a first argument of type 'DaprClient' could be found (are you missing a using directive or an assembly reference?)
|
Build:
examples/Workflow/WorkflowExternalInteraction/Program.cs#L81
The type or namespace name 'GetWorkflowResponse' could not be found (are you missing a using directive or an assembly reference?)
|
Build:
examples/Workflow/WorkflowExternalInteraction/Program.cs#L81
'DaprClient' does not contain a definition for 'GetWorkflowAsync' and no accessible extension method 'GetWorkflowAsync' accepting a first argument of type 'DaprClient' could be found (are you missing a using directive or an assembly reference?)
|
Build:
examples/Workflow/WorkflowExternalInteraction/Program.cs#L48
'DaprClient' does not contain a definition for 'StartWorkflowAsync' and no accessible extension method 'StartWorkflowAsync' accepting a first argument of type 'DaprClient' could be found (are you missing a using directive or an assembly reference?)
|
Build:
examples/Workflow/WorkflowExternalInteraction/Program.cs#L70
'DaprClient' does not contain a definition for 'RaiseWorkflowEventAsync' and no accessible extension method 'RaiseWorkflowEventAsync' accepting a first argument of type 'DaprClient' could be found (are you missing a using directive or an assembly reference?)
|
Build:
examples/Workflow/WorkflowExternalInteraction/Program.cs#L77
'DaprClient' does not contain a definition for 'WaitForWorkflowCompletionAsync' and no accessible extension method 'WaitForWorkflowCompletionAsync' accepting a first argument of type 'DaprClient' could be found (are you missing a using directive or an assembly reference?)
|
Build:
examples/Workflow/WorkflowExternalInteraction/Program.cs#L81
The type or namespace name 'GetWorkflowResponse' could not be found (are you missing a using directive or an assembly reference?)
|
Build:
examples/Workflow/WorkflowExternalInteraction/Program.cs#L81
'DaprClient' does not contain a definition for 'GetWorkflowAsync' and no accessible extension method 'GetWorkflowAsync' accepting a first argument of type 'DaprClient' could be found (are you missing a using directive or an assembly reference?)
|
Setup .NET 7.0
.NET 7.0 is no longer supported and will not receive security updates in the future. Please refer to https://aka.ms/dotnet-core-support for more information about the .NET support policy.
|
Loading