I was upgrading my Azure Function V1 written in net461 to Azure Functions V4 in net48 while doing there is some ExecutionContext
present in Microsoft.Azure.WebJobs
which is being used herestring appDirectoryPath = context.FunctionDirectory;
please help me find an implementation which I can use with Microsoft.Azure.Functions.Worker