79632655

Date: 2025-05-21 19:47:22
Score: 2.5
Natty:
Report link

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.

Reasons:
  • Blacklisted phrase (1): but nothing work
  • No code block (0.5):
  • Single line (0.5):
  • Low reputation (0.5):
Posted by: Mike Draganza