You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Apr 11, 2020. It is now read-only.
Next, I bound this "watch" task to Project Open and closed the solution. I opened the solution back up, and noticed 2 "watch (running)" tabs opened in TRX:
Why are there 2 tabs/running instances? I would've expected just 1.
Next, I unloaded the project in Solution Explorer via the "Unload Project" context menu item and the reloaded it via the "Reload Project" context menu item. The "watch" task ran again, and I now had 3 tabs/running instances:
Why didn't the previous 2 tabs close upon unloading the project?
The "watch" task should be terminated when unloading the project.
The text was updated successfully, but these errors were encountered:
I'm having this issue, too. I use a Git source control program outside of VS2015. Every time I switch to a different branch and the project reloads, a new "watch" task (which is bound to project open) starts up and the old one is not closed.
If a dev switches branches several times during the day, it's very possible that 8 "watch" windows could be running if they forget to close them. That can cause performance issues on some machines
This is a pretty big issue, considering MSFT is pushing everyone towards a gulp/grunt based bundling/minification workflow now. I'm a little frustrated that this new workflow feels like it's so half-baked within the VS Tooling.
If this issue is still a problem with the RTW release of Visual Studio 2017, please report a new issue using the Report a Problem tool. While you can still use .NET Core and ASP.NET Preview tools with Visual Studio 2015, Visual Studio 2017 is now the officially supported tool for developing .NET Core and ASP.NET Core projects.
By using the Report a Problem tool (available in both VS 2017 and VS 2015), you can collect detailed information about the problem, and send it to Microsoft with just a few button clicks. See Visual Studio's Talk to Us page for more details.
Please use the discussion topic here for feedback and questions on the deprecation of this issue tracker. Thanks!
I created a new ASP.NET 5 (RC1 Update 1) StarterWeb project using VS 2015 Update 1. I then added the following watch task to
gulpfile.js
:Next, I bound this "watch" task to Project Open and closed the solution. I opened the solution back up, and noticed 2 "watch (running)" tabs opened in TRX:
Why are there 2 tabs/running instances? I would've expected just 1.
Next, I unloaded the project in Solution Explorer via the "Unload Project" context menu item and the reloaded it via the "Reload Project" context menu item. The "watch" task ran again, and I now had 3 tabs/running instances:
Why didn't the previous 2 tabs close upon unloading the project?
The "watch" task should be terminated when unloading the project.
The text was updated successfully, but these errors were encountered: