I had this same issue after I upgraded my project from .NET 6.0 to .NET 8.0 and also upgraded my package references to the latest versions. I tried everything listed above but nothing worked. Finally, I downloaded the Azure functions samples from github and downgraded my package references to those in the FunctionApp.csproj file. After that, the functions appeared in the console.