vscode-azurefunctions icon indicating copy to clipboard operation
vscode-azurefunctions copied to clipboard

Debugging fails in C# 8.0 LTS project with two Durable Functions

Open v-amyang opened this issue 4 months ago • 0 comments

OS: Win 11 ARM 64 Build Version: 20250613.1 Regression: Not a Regression

Repro Steps:

  1. Create a .NET 8.0 LTS C# project with ‘Durable Functions Orchestration’ template selected
  2. Create the second 'Durable Functions Orchestration' function against above project
  3. Debug the project
  4. Check whether succeeds to debug the C# project or not

Expect: Succeed to debug the C# project

Actual: Fail to debug the C# project with an error 'generating functions metadata'

Image

More Info: Kill the process and delete the second 'Durable Functions Orchestration' function, make sure there is 1 Durable Functions in the 8.0 project. Debug the above project again. It will debug successfully.

Image

v-amyang avatar Jun 17 '25 08:06 v-amyang