vscode-azurefunctions
vscode-azurefunctions copied to clipboard
A warning appears after stopping debugging in C# project
OS: Win 11 Build Version: 20250613.1
Repro Steps:
- Create a .NET 9 C# project with HttpTrigger template selected.
- Debug the above project.
- Click "Disconnect" icon or press "Shift+F5" to stop debugging.
- Check whether no warning appears.
Expect: No warning appears after stopping debugging.
Actual:
A warning appears after stopping debugging.
More Info: This issue does not reproduce for other projects (JavaScript/TypeScript/Python/Java/PowerShell).