Azure Functions in another class library won't function

EnenDaveyBoy
41
Reputation points
I have a number of projects and I have setup a multi root workspace, when I click debug all the workspaces show in the debugger, but when I try and run an orchestration which isn't in the first workspace, it says
The function 'SomeOrchestration' doesn't exist, is disabled, or is not an orchestrator function
I have been looking and can't find away to fix it.
any suggestions would be appriciated, one question is do i need an .sln file which has all the projects in all the workspaces in? at present i have 1 .sln for each workspace
{count} votes