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

A warning appears after stopping debugging in C# project

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

OS: Win 11 Build Version: 20250613.1

Repro Steps:

  1. Create a .NET 9 C# project with HttpTrigger template selected.
  2. Debug the above project.
  3. Click "Disconnect" icon or press "Shift+F5" to stop debugging.
  4. Check whether no warning appears.

Expect: No warning appears after stopping debugging.

Actual: A warning appears after stopping debugging. Image

More Info: This issue does not reproduce for other projects (JavaScript/TypeScript/Python/Java/PowerShell).

v-ruizh avatar Jun 16 '25 08:06 v-ruizh