-
Notifications
You must be signed in to change notification settings - Fork 10.3k
UseReactDevelopmentServer with UseSpa keeps console open. #11597
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
Thanks for contacting us, @smartcodinghub. |
I can do it this weekend, if you can point me how to do it. (dotnet version, docs to update, etc...) |
Thanks @smartcodinghub. You can start by reading through our contribution guidelines at: https://github.com/aspnet/AspNetCore/blob/master/CONTRIBUTING.md |
Thanks @AndriySvyryd! |
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
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.
The text was updated successfully, but these errors were encountered: