In order to contribute, you will need to be able to build the source, deploy to test and run automated tests. Please fork and send pull requests.
git clone https://github.com/Microsoft/VisualStudioUninstaller.git
You will need Visual Studio 2013 Community or greater in order to build this project.
Download it for free here: https://www.visualstudio.com/en-us/products/visual-studio-community-vs.aspx
Open Uninstaller.sln in Visual Studio
Build Solution
This builds the project and output binaries to ./bin/Debug
Please run all unit tests in the solution prior to PR.
Unit tests