vsmacdeepclean icon indicating copy to clipboard operation
vsmacdeepclean copied to clipboard

Add feature to clean /bin /obj folders with restore NuGet packages

Open imuller opened this issue 6 years ago • 2 comments
trafficstars

When removing the /bin /obj folders i always need to restore my NuGet packages, else i cant build the project. If there is a option to clean the folders and also restore packages, the process would be a lot faster :)

imuller avatar Jun 09 '19 22:06 imuller

This is because when using PackageReference, generated files for NuGet packages live somewhere in the obj folder for each project.

But yeah, there could be an option to nuke + restore.

Cheesebaron avatar Jun 18 '19 13:06 Cheesebaron

Sounds reasonable. Change the status to help wanted.

yuv4ik avatar Jul 05 '19 17:07 yuv4ik