vscode-azurefunctions
vscode-azurefunctions copied to clipboard
An error occurs when canceling C# durable project debugging via prompt dialog
OS: Windows 11 Build Version: 20250613.1 .NET Version: 9.0.301 Regression: Not a regression
Repro Steps:
- Create a .NET 9 Isolated C# durable project.
- Debug the above project, a dialog pops up. Such as the below one.
- Click "Cancel" or "X" button in the above dialog.
- Check whether no error occurs.
Expect: No error occurs.
Actual:
An error occurs.
More Info: This issue does not reproduce for JavaScript/TypeScript durable project.