madskristensen / BundlerMinifier

Visual Studio extension
Other
614 stars 172 forks source link

Visual Studio 2015/17 hangs on changing project structure (add/remove/rename files) #262

Open valeriob opened 7 years ago

valeriob commented 7 years ago

Installed product versions

Description

Visual studio is very slow to load a web project, and it hangs every time you change the web project structure (add, remove, rename any file)

Steps to recreate

Create a classic asp net mvc web project, add some bundles. Thenk try to add/remove/rename files in the project

valeriob commented 7 years ago

This pull request solves the issue : https://github.com/madskristensen/BundlerMinifier/pull/203 I do not know why, but changing the project structure triggers the building of all bundles, this will hang visual studio if it takes some time.

Here is the recording of processMonitor while i add a file to a web project VisualStudio_add_file.zip