Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/yuv4ik/vsmacdeepclean
Visual Studio for macOS add-in / extension that brings you tasty features.
https://github.com/yuv4ik/vsmacdeepclean
visual-studio visual-studio-for-mac visual-studio-for-mac-extension vs-extension xamarin xamarin-forms
Last synced: 5 days ago
JSON representation
Visual Studio for macOS add-in / extension that brings you tasty features.
- Host: GitHub
- URL: https://github.com/yuv4ik/vsmacdeepclean
- Owner: yuv4ik
- License: mit
- Created: 2017-12-28T16:46:43.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2019-05-01T06:19:37.000Z (over 5 years ago)
- Last Synced: 2024-08-01T19:42:54.202Z (3 months ago)
- Topics: visual-studio, visual-studio-for-mac, visual-studio-for-mac-extension, vs-extension, xamarin, xamarin-forms
- Language: C#
- Homepage: https://evgenyzborovsky.com/
- Size: 415 KB
- Stars: 37
- Watchers: 5
- Forks: 2
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-monodevelop - vsmacdeepclean - in / extension that let you easily clean projects, NuGet, Xamarin and VS cache without leaving the IDE. (Addins)
- awesome-xamarin-forms - vsmacdeepclean ★35 - in / extension that let you easily clean projects, NuGet, Xamarin and VS cache without leaving the IDE. (Tools)
README
# DeepClean
Is a Visual Studio for macOS add-in / extension that let you easily clean projects, NuGet, Xamarin and VS cache without leaving the IDE.
**This extension is making it's first steps, please make sure you have a back up of your code before using it!**## Features
Under the "File" menu:
* Delete SolutionUnder the "Build" menu:
* Delete /bin /obj directories
* Recursively delete all the /bin & /obj directories on the solution level
* Delete /packages directoryRight click on any directory within the solution:
* Open terminal at directoryUnder the "Tools" menu:
* Clear NuGet Cache
* Delete the next directories ~/.nuget/packages & ~/.local/share/NuGet
* Clear Android Library Cache
* Delete all the directories within ~/.local/share/Xamarin that matching the next search pattern 'Xamarin.*;
* Clear Unused Framework Libraries
* Delete all except current version within:
* /Library/Frameworks/Mono.framework/Versions
* /Library/Frameworks/Xamarin.Android.framework/Versions
* /Library/Frameworks/Xamarin.iOS.framework/Versions
* /Library/Frameworks/Xamarin.Mac.framework/VersionsPlease note that after manipulating NuGet cache, both local or global, you will have to restore NuGet packages for your workspace.
## Installation
### Automatic
You can download and install DeepClean using the Extension Manager of Visual Studio for Mac by searching the Gallery.
### Manual
Alternatively you can download and install it manually using the folowing steps:
Download the latest version from [here](https://github.com/yuv4ik/vsmacdeepclean/tree/master/Versions).
Open Visual Studio for macOS and open the "Extensions..." menu
Now click on "Install from file" and choose the downloaded mpack
It may take few seconds to install but the result should be
The extension will be enabled only when a solution is opened in VS.## Development
### Prerequisites
In order to debug this solution you will have to install [MonoDevelop.AddinMaker](https://github.com/mhutch/MonoDevelop.AddinMaker).The aim of this project is to practice and experiment with Visual Studio for macOS extensions development.
To play around with this solution just clone this repository and open it with you VS. To build a mpack package, build the solution in Release mode and execute *pack_addin.sh* the output will be redirected to *Versions* directory.While development I used the next articles:
[Как сделать Xamarin Studio чуточку лучше?](https://habrahabr.ru/post/256393/)
[How to Write Add-ins of Visual Studio for Mac](https://blog.lextudio.com/how-to-write-add-ins-of-visual-studio-for-mac-ee6113db5ddf)
[Extending Visual Studio for Mac Walkthrough](https://docs.microsoft.com/en-us/visualstudio/mac/extending-visual-studio-mac-walkthrough)
[Cleaning Up Space on Your Xamarin Development Machine](https://montemagno.com/cleanup-up-space-xamarin-dev-machine/)## Contributors
Big thanks to our contributors:
* [Giorgos Sgouridis](https://github.com/sgou)## License
This project is licensed under the MIT License - see the [LICENSE.md](LICENSE.md) file for details