vscode-azurefunctions
vscode-azurefunctions copied to clipboard
Debugging fails in C# 8.0 LTS project with two Durable Functions
OS: Win 11 ARM 64 Build Version: 20250613.1 Regression: Not a Regression
Repro Steps:
- Create a .NET 8.0 LTS C# project with ‘Durable Functions Orchestration’ template selected
- Create the second 'Durable Functions Orchestration' function against above project
- Debug the project
- 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'
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.