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
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!!!!
The code above works fine in old plugin of visual studio!!!
The text was updated successfully, but these errors were encountered:
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!!!!
The code above works fine in old plugin of visual studio!!!
The text was updated successfully, but these errors were encountered: