You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Similar to #10, but this is for the correct usage via IDurableOrchestrationContext
e.g. public async Task RunOrchestratorAsync([OrchestrationTrigger] IDurableOrchestrationContext context)
gives
SeverityCode Description
Warning DurableFunctionOrchestrationTriggerAnalyzer OrchestrationTrigger must be attached to a DurableOrchestrationContext
The text was updated successfully, but these errors were encountered:
Similar to #10, but this is for the correct usage via
IDurableOrchestrationContext
e.g.
public async Task RunOrchestratorAsync([OrchestrationTrigger] IDurableOrchestrationContext context)
gives
The text was updated successfully, but these errors were encountered: