Revert the fix for notification on folder deletion because it requires a big redesign. The simple fix doesn't work
This commit is contained in:
parent
f98f39283a
commit
c5abb2e2eb
|
|
@ -107,10 +107,6 @@ namespace Microsoft.DotNet.Watcher.Core.Internal
|
||||||
foreach (var file in project.Files)
|
foreach (var file in project.Files)
|
||||||
{
|
{
|
||||||
closure.Add(file);
|
closure.Add(file);
|
||||||
|
|
||||||
// We need to add the folder because folder deletions only trigger
|
|
||||||
// for the folder, not for the files inside it
|
|
||||||
closure.Add(Path.GetDirectoryName(file));
|
|
||||||
}
|
}
|
||||||
|
|
||||||
foreach (var dependency in project.ProjectDependencies)
|
foreach (var dependency in project.ProjectDependencies)
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue