Is it possible to invoke OrchestrationTrigger or ActivityTrigger functions in a nuget package?(C#)

506 Views Asked by At

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!
0

There are 0 best solutions below