Describe the bug
The same issue as #5204, many nodejs instances continue to run after debugging an ASP.NET Core application.
Currently, I am using taskkill.exe /F /IM node.exe /T to shut down instances after each debugging session to mitigate this. Here's a screenshot showing 18 nodejs processes running (all children of VS.NET) after debugging:

One (or more) of these is typically (but not always) consuming a large amount of CPU.
It tends to slow down performance on my machine quite a bit after this.
To Reproduce
This is an ASP.NET Core React SPA application that was created with the template ~ASP.NET Core 2.1. It's been upgraded over time and is currently on ASP.NET Core 5.0.
Debugging occurs in VS.NET 2022.
I do have a private github repo that I'm willing to share privately to assist.
Describe the bug
The same issue as #5204, many nodejs instances continue to run after debugging an ASP.NET Core application.
Currently, I am using
taskkill.exe /F /IM node.exe /Tto shut down instances after each debugging session to mitigate this. Here's a screenshot showing 18 nodejs processes running (all children of VS.NET) after debugging:One (or more) of these is typically (but not always) consuming a large amount of CPU.
It tends to slow down performance on my machine quite a bit after this.
To Reproduce
This is an ASP.NET Core React SPA application that was created with the template ~ASP.NET Core 2.1. It's been upgraded over time and is currently on ASP.NET Core 5.0.
Debugging occurs in VS.NET 2022.
I do have a private github repo that I'm willing to share privately to assist.