Closed
Description
Describe the bug
When I use "UseReactDevelopmentServer", the title of the console changes to "npm" and when I stop debugging with Visual Studio, this console keeps open. This can be pretty annoying when debugging fast.
To Reproduce
Version: 2.2.300, 3.0.0-preview6
- Create a React app using the template (or use UseReactDevelopmentServer).
- Start Visual Studio debugging or use dotnet run.
- Stop debugging.
Expected behavior
When I stop, the console should be closed.
Additional context
Looking at the code, I don't see any code to close npm. It could use IApplicationLifetime to close the process on Shutdown, for example.