Unable to debug and see logs of my Class-based Durable Functions
I’ve created a new FunctionApp (.net 8 Isolated) to run a Orchestration workflow, so after test the template generated it worked fine, I was able to debug the orchestrator function, the activity function and see their respective logs.
But after change my Orchestrator and Activity to be Class-based, I don’t see any error happening during the execution, and I see host logs saying that the Orchestratior started and finished, successfully, but I don’t any log from my logInformation that worked before and I don’t see any evidency that my ActivityTrigger run.