mfractor / mfractor-feedback

Found a bug or have a feature request for MFractor? Submit it here!
3 stars 0 forks source link

Delete Ouput Folders does not delete obj folder #259

Closed lachlanwgordon closed 4 years ago

lachlanwgordon commented 4 years ago

In VS Mac I right click on a project or solution and select 'Delete Output Folders'. I have Bin and Obj selected but when I check in Finder the OBJ folders are still there.

2020-06-17 11 37 59

VS Mac 8.6.2 MFractor 4.2.3

matthewrdev commented 4 years ago

@lachlanwgordon If you have chosen to not delete the nuget packages then MFractor will preserve the project.assets.json and project.nuget.cache files. Can you verify if the internal Debug and Release folders are being deleted?

lachlanwgordon commented 4 years ago

Oh cool, my bad. Yes, it deletes the Debug folder, and if you select Packages it does delete the whole OBj folder.