madskristensen / WebEssentials2013

Visual Studio extension
http://vswebessentials.com
Other
944 stars 251 forks source link

All developer caution!!!A extreme critical bug for the latest version!! #2015

Open wudexiang opened 8 years ago

wudexiang commented 8 years ago

Caution!! Extreme bug!! When you define the output directory out of solution, like this: { "outputFileName": "../H3C/SSMP.Web/Ez.Style.css", "inputFiles": [ "Common/CssSdk/Ez.css", "Common/CssSdk/Ez.TreeView.css" ] }

This plugin will create a tree node in project:"../H3C/SSMP.Web/Ez.Style.css" This is not incorrect, however it is passed by visual studio and you can see a directory names '..'

Then you may try delete this item without thinking.

After do this, ALL YOUR SOLUTION FILES ARE DELETED!!!!!!!!!!!!!!!!!!!!!!!!!! THIS IS VERY FUCK!!!!

wudexiang commented 8 years ago

The code above works fine in old plugin of visual studio!!!