'Is it possible to invoke OrchestrationTrigger or ActivityTrigger functions in a nuget package?(C#)
As the question has stated, I want to put orchestrator functions and activity functions into a nuget package for other projects to call. However, after testing locally, when I invoke an orchestrator function in another project (with another csproj file), I get this error:
System.Private.CoreLib: Exception while executing function:
FunctionName. Microsoft.Azure.WebJobs.Extensions.DurableTask: The
function 'FunctionName' doesn't exist, is disabled, or is not an
orchestrator function. Additional info: No orchestrator functions are
currently registered!
Sources
This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.
Source: Stack Overflow
| Solution | Source |
|---|
