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

An error occurs when canceling C# durable project debugging via prompt dialog

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

OS: Windows 11 Build Version: 20250613.1 .NET Version: 9.0.301 Regression: Not a regression

Repro Steps:

  1. Create a .NET 9 Isolated C# durable project.
  2. Debug the above project, a dialog pops up. Such as the below one. Image
  3. Click "Cancel" or "X" button in the above dialog.
  4. Check whether no error occurs.

Expect: No error occurs.

Actual: An error occurs. Image

More Info: This issue does not reproduce for JavaScript/TypeScript durable project.

v-ruizh avatar Jun 17 '25 09:06 v-ruizh