Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/monodevelop.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatt Ward <matt.ward@xamarin.com>2016-05-09 13:10:22 +0300
committerMatt Ward <matt.ward@xamarin.com>2016-05-09 13:10:22 +0300
commit6bf242d6e1689414210988c970ed13fdff11c7ae (patch)
tree42be04ec87ba038cf23863a17b91c1190b793495 /main/src/addins/MonoDevelop.PackageManagement/MonoDevelop.PackageManagement.Tests/MonoDevelop.PackageManagement.Tests.Helpers/FakeNuGetPackageNewImportsHandler.cs
parent7aadcae910d9a5848b986693fbb4f9e42fae06f5 (diff)
[NuGet] Fixed files not removed when uninstalling NuGet package.
Uninstalling a NuGet package that has added files to a project, such as jQuery, would not remove the files from the file system but was removing them from the project file. Another side effect of this was that if the files were added into a folder in the project, for example Scripts, then the Solution window would still show this folder with no files inside. The problem was that the files were being removed from the project but not deleted from the file system. Also NuGet 3 now requires the project system to implement GetFiles and GetDirectories so it can determine if a directory can be deleted.
Diffstat (limited to 'main/src/addins/MonoDevelop.PackageManagement/MonoDevelop.PackageManagement.Tests/MonoDevelop.PackageManagement.Tests.Helpers/FakeNuGetPackageNewImportsHandler.cs')
0 files changed, 0 insertions, 0 deletions